Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 9, 2024
1 parent 827d25d commit 57ad596
Show file tree
Hide file tree
Showing 6 changed files with 1,032 additions and 82 deletions.
14 changes: 11 additions & 3 deletions codegen/sdk-codegen/aws-models/dynamodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
{
"id": "Service",
"namespace": "*"
},
{
"id": "RuleSetAwsBuiltIn.AWS::Auth::AccountIdEndpointMode",
"namespace": "*"
},
{
"id": "RuleSetAwsBuiltIn.AWS::Auth::AccountId",
"namespace": "*"
}
]
},
Expand Down Expand Up @@ -9620,7 +9628,7 @@
}
},
"traits": {
"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>",
"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>",
"smithy.api#error": "client"
}
},
Expand Down Expand Up @@ -11142,7 +11150,7 @@
"aws.api#clientDiscoveredEndpoint": {
"required": false
},
"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>"
"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>"
}
},
"com.amazonaws.dynamodb#TagResourceInput": {
Expand Down Expand Up @@ -11575,7 +11583,7 @@
"aws.api#clientDiscoveredEndpoint": {
"required": false
},
"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>"
"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>"
}
},
"com.amazonaws.dynamodb#UntagResourceInput": {
Expand Down
23 changes: 15 additions & 8 deletions codegen/sdk-codegen/aws-models/elastic-load-balancing-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,12 @@
}
],
"traits": {
"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>"
"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>",
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "NextMarker",
"items": "Certificates"
}
}
},
"com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificatesInput": {
Expand Down Expand Up @@ -2594,9 +2599,6 @@
"outputToken": "NextMarker",
"items": "LoadBalancers"
},
"smithy.api#suppress": [
"WaitableTraitInvalidErrorType"
],
"smithy.waiters#waitable": {
"LoadBalancerAvailable": {
"acceptors": [
Expand All @@ -2623,7 +2625,7 @@
{
"state": "retry",
"matcher": {
"errorType": "LoadBalancerNotFound"
"errorType": "LoadBalancerNotFoundException"
}
}
],
Expand All @@ -2640,7 +2642,7 @@
{
"state": "retry",
"matcher": {
"errorType": "LoadBalancerNotFound"
"errorType": "LoadBalancerNotFoundException"
}
}
],
Expand All @@ -2661,7 +2663,7 @@
{
"state": "success",
"matcher": {
"errorType": "LoadBalancerNotFound"
"errorType": "LoadBalancerNotFoundException"
}
}
],
Expand Down Expand Up @@ -2776,7 +2778,12 @@
]
}
}
]
],
"smithy.api#paginated": {
"inputToken": "Marker",
"outputToken": "NextMarker",
"items": "Rules"
}
}
},
"com.amazonaws.elasticloadbalancingv2#DescribeRulesInput": {
Expand Down
Loading

0 comments on commit 57ad596

Please sign in to comment.