Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Sep 9, 2024
1 parent c11769c commit f6bc670
Show file tree
Hide file tree
Showing 61 changed files with 3,651 additions and 1,437 deletions.
6 changes: 3 additions & 3 deletions apis/dynamodb/2012-08-10/docs-2.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions apis/elasticloadbalancingv2/2015-12-01/paginators-1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"pagination": {
"DescribeListenerCertificates": {
"input_token": "Marker",
"output_token": "NextMarker",
"result_key": "Certificates"
},
"DescribeListeners": {
"input_token": "Marker",
"output_token": "NextMarker",
Expand All @@ -10,6 +15,11 @@
"output_token": "NextMarker",
"result_key": "LoadBalancers"
},
"DescribeRules": {
"input_token": "Marker",
"output_token": "NextMarker",
"result_key": "Rules"
},
"DescribeTargetGroups": {
"input_token": "Marker",
"output_token": "NextMarker",
Expand Down
6 changes: 3 additions & 3 deletions apis/elasticloadbalancingv2/2015-12-01/waiters-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"matcher": "error",
"expected": "LoadBalancerNotFound",
"expected": "LoadBalancerNotFoundException",
"state": "retry"
}
]
Expand All @@ -38,7 +38,7 @@
{
"state": "retry",
"matcher": "error",
"expected": "LoadBalancerNotFound"
"expected": "LoadBalancerNotFoundException"
}
]
},
Expand All @@ -55,7 +55,7 @@
},
{
"matcher": "error",
"expected": "LoadBalancerNotFound",
"expected": "LoadBalancerNotFoundException",
"state": "success"
}
]
Expand Down
Loading

0 comments on commit f6bc670

Please sign in to comment.