Skip to content

Commit f6bc670

Browse files
Updated API models and rebuilt service gems.
1 parent c11769c commit f6bc670

File tree

61 files changed

+3651
-1437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3651
-1437
lines changed

apis/dynamodb/2012-08-10/docs-2.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

apis/elasticloadbalancingv2/2015-12-01/paginators-1.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"pagination": {
3+
"DescribeListenerCertificates": {
4+
"input_token": "Marker",
5+
"output_token": "NextMarker",
6+
"result_key": "Certificates"
7+
},
38
"DescribeListeners": {
49
"input_token": "Marker",
510
"output_token": "NextMarker",
@@ -10,6 +15,11 @@
1015
"output_token": "NextMarker",
1116
"result_key": "LoadBalancers"
1217
},
18+
"DescribeRules": {
19+
"input_token": "Marker",
20+
"output_token": "NextMarker",
21+
"result_key": "Rules"
22+
},
1323
"DescribeTargetGroups": {
1424
"input_token": "Marker",
1525
"output_token": "NextMarker",

apis/elasticloadbalancingv2/2015-12-01/waiters-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"matcher": "error",
16-
"expected": "LoadBalancerNotFound",
16+
"expected": "LoadBalancerNotFoundException",
1717
"state": "retry"
1818
}
1919
]
@@ -38,7 +38,7 @@
3838
{
3939
"state": "retry",
4040
"matcher": "error",
41-
"expected": "LoadBalancerNotFound"
41+
"expected": "LoadBalancerNotFoundException"
4242
}
4343
]
4444
},
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"matcher": "error",
58-
"expected": "LoadBalancerNotFound",
58+
"expected": "LoadBalancerNotFoundException",
5959
"state": "success"
6060
}
6161
]

0 commit comments

Comments
 (0)