Skip to content

Commit a872418

Browse files
feat: update AWS API models
1 parent 82cc970 commit a872418

File tree

6 files changed

+1032
-82
lines changed

6 files changed

+1032
-82
lines changed

codegen/sdk/aws-models/dynamodb.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
{
2626
"id": "Service",
2727
"namespace": "*"
28+
},
29+
{
30+
"id": "RuleSetAwsBuiltIn.AWS::Auth::AccountIdEndpointMode",
31+
"namespace": "*"
32+
},
33+
{
34+
"id": "RuleSetAwsBuiltIn.AWS::Auth::AccountId",
35+
"namespace": "*"
2836
}
2937
]
3038
},
@@ -9620,7 +9628,7 @@
96209628
}
96219629
},
96229630
"traits": {
9623-
"smithy.api#documentation": "<p>The operation conflicts with the resource's availability. For example, you\n attempted to recreate an existing table, or tried to delete a table currently in the\n <code>CREATING</code> state.</p>",
9631+
"smithy.api#documentation": "<p>The operation conflicts with the resource's availability. For example:</p>\n <ul>\n <li>\n <p>You attempted to recreate an existing table.</p>\n </li>\n <li>\n <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>\n </li>\n <li>\n <p>You tried to update a resource that was already being updated.</p>\n </li>\n </ul>\n <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>",
96249632
"smithy.api#error": "client"
96259633
}
96269634
},
@@ -11142,7 +11150,7 @@
1114211150
"aws.api#clientDiscoveredEndpoint": {
1114311151
"required": false
1114411152
},
11145-
"smithy.api#documentation": "<p>Associate a set of tags with an Amazon DynamoDB resource. You can then activate these\n user-defined tags so that they appear on the Billing and Cost Management console for\n cost allocation tracking. You can call TagResource up to five times per second, per\n account. </p>\n <p>For an overview on tagging DynamoDB resources, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html\">Tagging for DynamoDB</a>\n in the <i>Amazon DynamoDB Developer Guide</i>.</p>"
11153+
"smithy.api#documentation": "<p>Associate a set of tags with an Amazon DynamoDB resource. You can then activate these\n user-defined tags so that they appear on the Billing and Cost Management console for\n cost allocation tracking. You can call TagResource up to five times per second, per\n account. </p>\n <ul>\n <li>\n <p>\n <code>TagResource</code> is an asynchronous operation. If you issue a <a>ListTagsOfResource</a> request immediately after a <code>TagResource</code> request, DynamoDB might return your previous tag set, if there was one, or an empty tag set. This is because <code>ListTagsOfResource</code> uses an eventually consistent query, and the metadata for your tags or table might not be available at that moment. Wait for a few seconds, and then try the <code>ListTagsOfResource</code> request again.</p>\n </li>\n <li>\n <p>The application or removal of tags using <code>TagResource</code> and <code>UntagResource</code> APIs is eventually consistent. <code>ListTagsOfResource</code> API will only reflect the changes after a few seconds.</p>\n </li>\n </ul>\n <p>For an overview on tagging DynamoDB resources, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html\">Tagging for DynamoDB</a>\n in the <i>Amazon DynamoDB Developer Guide</i>.</p>"
1114611154
}
1114711155
},
1114811156
"com.amazonaws.dynamodb#TagResourceInput": {
@@ -11575,7 +11583,7 @@
1157511583
"aws.api#clientDiscoveredEndpoint": {
1157611584
"required": false
1157711585
},
11578-
"smithy.api#documentation": "<p>Removes the association of tags from an Amazon DynamoDB resource. You can call\n <code>UntagResource</code> up to five times per second, per account. </p>\n <p>For an overview on tagging DynamoDB resources, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html\">Tagging for DynamoDB</a>\n in the <i>Amazon DynamoDB Developer Guide</i>.</p>"
11586+
"smithy.api#documentation": "<p>Removes the association of tags from an Amazon DynamoDB resource. You can call\n <code>UntagResource</code> up to five times per second, per account. </p>\n <ul>\n <li>\n <p>\n <code>UntagResource</code> is an asynchronous operation. If you issue a <a>ListTagsOfResource</a> request immediately after an <code>UntagResource</code> request, DynamoDB might return your previous tag set, if there was one, or an empty tag set. This is because <code>ListTagsOfResource</code> uses an eventually consistent query, and the metadata for your tags or table might not be available at that moment. Wait for a few seconds, and then try the <code>ListTagsOfResource</code> request again.</p>\n </li>\n <li>\n <p>The application or removal of tags using <code>TagResource</code> and <code>UntagResource</code> APIs is eventually consistent. <code>ListTagsOfResource</code> API will only reflect the changes after a few seconds.</p>\n </li>\n </ul>\n <p>For an overview on tagging DynamoDB resources, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html\">Tagging for DynamoDB</a>\n in the <i>Amazon DynamoDB Developer Guide</i>.</p>"
1157911587
}
1158011588
},
1158111589
"com.amazonaws.dynamodb#UntagResourceInput": {

codegen/sdk/aws-models/elastic-load-balancing-v2.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,12 @@
22952295
}
22962296
],
22972297
"traits": {
2298-
"smithy.api#documentation": "<p>Describes the default certificate and the certificate list for the specified HTTPS or TLS\n listener.</p>\n <p>If the default certificate is also in the certificate list, it appears twice in the\n results (once with <code>IsDefault</code> set to true and once with <code>IsDefault</code> set\n to false).</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates\">SSL certificates</a> in the <i>Application Load Balancers Guide</i> or\n <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#tls-listener-certificate\">Server certificates</a> in the <i>Network Load Balancers\n Guide</i>.</p>"
2298+
"smithy.api#documentation": "<p>Describes the default certificate and the certificate list for the specified HTTPS or TLS\n listener.</p>\n <p>If the default certificate is also in the certificate list, it appears twice in the\n results (once with <code>IsDefault</code> set to true and once with <code>IsDefault</code> set\n to false).</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates\">SSL certificates</a> in the <i>Application Load Balancers Guide</i> or\n <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#tls-listener-certificate\">Server certificates</a> in the <i>Network Load Balancers\n Guide</i>.</p>",
2299+
"smithy.api#paginated": {
2300+
"inputToken": "Marker",
2301+
"outputToken": "NextMarker",
2302+
"items": "Certificates"
2303+
}
22992304
}
23002305
},
23012306
"com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificatesInput": {
@@ -2594,9 +2599,6 @@
25942599
"outputToken": "NextMarker",
25952600
"items": "LoadBalancers"
25962601
},
2597-
"smithy.api#suppress": [
2598-
"WaitableTraitInvalidErrorType"
2599-
],
26002602
"smithy.waiters#waitable": {
26012603
"LoadBalancerAvailable": {
26022604
"acceptors": [
@@ -2623,7 +2625,7 @@
26232625
{
26242626
"state": "retry",
26252627
"matcher": {
2626-
"errorType": "LoadBalancerNotFound"
2628+
"errorType": "LoadBalancerNotFoundException"
26272629
}
26282630
}
26292631
],
@@ -2640,7 +2642,7 @@
26402642
{
26412643
"state": "retry",
26422644
"matcher": {
2643-
"errorType": "LoadBalancerNotFound"
2645+
"errorType": "LoadBalancerNotFoundException"
26442646
}
26452647
}
26462648
],
@@ -2661,7 +2663,7 @@
26612663
{
26622664
"state": "success",
26632665
"matcher": {
2664-
"errorType": "LoadBalancerNotFound"
2666+
"errorType": "LoadBalancerNotFoundException"
26652667
}
26662668
}
26672669
],
@@ -2776,7 +2778,12 @@
27762778
]
27772779
}
27782780
}
2779-
]
2781+
],
2782+
"smithy.api#paginated": {
2783+
"inputToken": "Marker",
2784+
"outputToken": "NextMarker",
2785+
"items": "Rules"
2786+
}
27802787
}
27812788
},
27822789
"com.amazonaws.elasticloadbalancingv2#DescribeRulesInput": {

0 commit comments

Comments
 (0)