Skip to content

Commit 4d28152

Browse files
author
AWS
committed
AWS Service Catalog Update: Added Idempotency token support to Service Catalog AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API
1 parent cf3b3d2 commit 4d28152

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
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 Service Catalog",
4+
"contributor": "",
5+
"description": "Added Idempotency token support to Service Catalog AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API"
6+
}

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,6 +1487,11 @@
14871487
"AcceptLanguage":{
14881488
"shape":"AcceptLanguage",
14891489
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
1490+
},
1491+
"IdempotencyToken":{
1492+
"shape":"IdempotencyToken",
1493+
"documentation":"<p>A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request. </p>",
1494+
"idempotencyToken":true
14901495
}
14911496
}
14921497
},
@@ -1899,7 +1904,7 @@
18991904
},
19001905
"SharePrincipals":{
19011906
"shape":"Boolean",
1902-
"documentation":"<p>Enables or disables <code>Principal</code> sharing when creating the portfolio share. If this flag is not provided, principal sharing is disabled. </p> <p>When you enable Principal Name Sharing for a portfolio share, the share recipient account end users with a principal that matches any of the associated IAM patterns can provision products from the portfolio. Once shared, the share recipient can view associations of <code>PrincipalType</code>: <code>IAM_PATTERN</code> on their portfolio. You can create the principals in the recipient account before or after creating the share. </p>"
1907+
"documentation":"<p>This parameter is only supported for portfolios with an <b>OrganizationalNode</b> Type of <code>ORGANIZATION</code> or <code>ORGANIZATIONAL_UNIT</code>. </p> <p>Enables or disables <code>Principal</code> sharing when creating the portfolio share. If you do <b>not</b> provide this flag, principal sharing is disabled. </p> <p>When you enable Principal Name Sharing for a portfolio share, the share recipient account end users with a principal that matches any of the associated IAM patterns can provision products from the portfolio. Once shared, the share recipient can view associations of <code>PrincipalType</code>: <code>IAM_PATTERN</code> on their portfolio. You can create the principals in the recipient account before or after creating the share. </p>"
19031908
}
19041909
}
19051910
},
@@ -2342,6 +2347,11 @@
23422347
"AcceptLanguage":{
23432348
"shape":"AcceptLanguage",
23442349
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2350+
},
2351+
"IdempotencyToken":{
2352+
"shape":"IdempotencyToken",
2353+
"documentation":"<p>A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request. </p>",
2354+
"idempotencyToken":true
23452355
}
23462356
}
23472357
},
@@ -3071,6 +3081,11 @@
30713081
"AcceptLanguage":{
30723082
"shape":"AcceptLanguage",
30733083
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
3084+
},
3085+
"IdempotencyToken":{
3086+
"shape":"IdempotencyToken",
3087+
"documentation":"<p>A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request. </p>",
3088+
"idempotencyToken":true
30743089
}
30753090
}
30763091
},

0 commit comments

Comments
 (0)