Skip to content

Commit eb8e75a

Browse files
author
AWS
committed
AWS Marketplace Catalog Service Update: The SDK for the StartChangeSet API will now automatically set and use an idempotency token in the ClientRequestToken request parameter if the customer does not provide it.
1 parent d9d6ed0 commit eb8e75a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Marketplace Catalog Service",
4+
"contributor": "",
5+
"description": "The SDK for the StartChangeSet API will now automatically set and use an idempotency token in the ClientRequestToken request parameter if the customer does not provide it."
6+
}

services/marketplacecatalog/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
},
412412
"EntityArn":{
413413
"shape":"ARN",
414-
"documentation":"<p>The ARN associated to the unique identifier for the change set referenced in this request.</p>"
414+
"documentation":"<p>The ARN associated to the unique identifier for the entity referenced in this request.</p>"
415415
},
416416
"LastModifiedDate":{
417417
"shape":"DateTimeISO8601",
@@ -776,7 +776,8 @@
776776
},
777777
"ClientRequestToken":{
778778
"shape":"ClientRequestToken",
779-
"documentation":"<p>A unique token to identify the request to ensure idempotency.</p>"
779+
"documentation":"<p>A unique token to identify the request to ensure idempotency.</p>",
780+
"idempotencyToken":true
780781
}
781782
}
782783
},

0 commit comments

Comments
 (0)