aws-sdk-core 2.5.2 → 2.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b38c3fdecfdf58bd4ac8fcf1e04dcb329191a6d9
4
- data.tar.gz: 33f1df6ee2823fb922ed6661a9d8db0033f246d4
3
+ metadata.gz: ed145c33b67564cf80c262877c04570e089bcedb
4
+ data.tar.gz: 8d841d4026ede8ad25660a1c29a96b7699633bbb
5
5
  SHA512:
6
- metadata.gz: 3a6a16785f01bd7ffa4e9d5e3b3232cb433e75bad634802a1e42a814c739c015c17e38b28b732a7cd1501899e8b9e89988139d8ca1b4f894e0380d3b9e3af797
7
- data.tar.gz: 36e0093311f56af27260136e3fb276b3b4181f0f8a1542db41ab915bf85e6008f59668363a41d2e463839f93a9a7e33b997efc199fe8c95ad514db2140c6538c
6
+ metadata.gz: d90288fdedb0df75986f342f4dcacd02ff904156d1b7da289942c4f118e7136d44abff897f2b5cd259682668300a2d952dcd7502de1f63ac347ff77652b1010f
7
+ data.tar.gz: 9f54c418d5b7b6b91d2b72d5b33e14e4e7955245dc860826eba8952764d563e612a3e252c7a94dbba42d826ba9905f4141e276a8a485a70012b8ed3a94315353
@@ -20,6 +20,21 @@
20
20
  {"shape":"ResourceContentionFault"}
21
21
  ]
22
22
  },
23
+ "AttachLoadBalancerTargetGroups":{
24
+ "name":"AttachLoadBalancerTargetGroups",
25
+ "http":{
26
+ "method":"POST",
27
+ "requestUri":"/"
28
+ },
29
+ "input":{"shape":"AttachLoadBalancerTargetGroupsType"},
30
+ "output":{
31
+ "shape":"AttachLoadBalancerTargetGroupsResultType",
32
+ "resultWrapper":"AttachLoadBalancerTargetGroupsResult"
33
+ },
34
+ "errors":[
35
+ {"shape":"ResourceContentionFault"}
36
+ ]
37
+ },
23
38
  "AttachLoadBalancers":{
24
39
  "name":"AttachLoadBalancers",
25
40
  "http":{
@@ -292,6 +307,21 @@
292
307
  {"shape":"ResourceContentionFault"}
293
308
  ]
294
309
  },
310
+ "DescribeLoadBalancerTargetGroups":{
311
+ "name":"DescribeLoadBalancerTargetGroups",
312
+ "http":{
313
+ "method":"POST",
314
+ "requestUri":"/"
315
+ },
316
+ "input":{"shape":"DescribeLoadBalancerTargetGroupsRequest"},
317
+ "output":{
318
+ "shape":"DescribeLoadBalancerTargetGroupsResponse",
319
+ "resultWrapper":"DescribeLoadBalancerTargetGroupsResult"
320
+ },
321
+ "errors":[
322
+ {"shape":"ResourceContentionFault"}
323
+ ]
324
+ },
295
325
  "DescribeLoadBalancers":{
296
326
  "name":"DescribeLoadBalancers",
297
327
  "http":{
@@ -444,6 +474,21 @@
444
474
  {"shape":"ResourceContentionFault"}
445
475
  ]
446
476
  },
477
+ "DetachLoadBalancerTargetGroups":{
478
+ "name":"DetachLoadBalancerTargetGroups",
479
+ "http":{
480
+ "method":"POST",
481
+ "requestUri":"/"
482
+ },
483
+ "input":{"shape":"DetachLoadBalancerTargetGroupsType"},
484
+ "output":{
485
+ "shape":"DetachLoadBalancerTargetGroupsResultType",
486
+ "resultWrapper":"DetachLoadBalancerTargetGroupsResult"
487
+ },
488
+ "errors":[
489
+ {"shape":"ResourceContentionFault"}
490
+ ]
491
+ },
447
492
  "DetachLoadBalancers":{
448
493
  "name":"DetachLoadBalancers",
449
494
  "http":{
@@ -780,6 +825,22 @@
780
825
  "AutoScalingGroupName":{"shape":"ResourceName"}
781
826
  }
782
827
  },
828
+ "AttachLoadBalancerTargetGroupsResultType":{
829
+ "type":"structure",
830
+ "members":{
831
+ }
832
+ },
833
+ "AttachLoadBalancerTargetGroupsType":{
834
+ "type":"structure",
835
+ "required":[
836
+ "AutoScalingGroupName",
837
+ "TargetGroupARNs"
838
+ ],
839
+ "members":{
840
+ "AutoScalingGroupName":{"shape":"ResourceName"},
841
+ "TargetGroupARNs":{"shape":"TargetGroupARNs"}
842
+ }
843
+ },
783
844
  "AttachLoadBalancersResultType":{
784
845
  "type":"structure",
785
846
  "members":{
@@ -787,6 +848,10 @@
787
848
  },
788
849
  "AttachLoadBalancersType":{
789
850
  "type":"structure",
851
+ "required":[
852
+ "AutoScalingGroupName",
853
+ "LoadBalancerNames"
854
+ ],
790
855
  "members":{
791
856
  "AutoScalingGroupName":{"shape":"ResourceName"},
792
857
  "LoadBalancerNames":{"shape":"LoadBalancerNames"}
@@ -814,13 +879,14 @@
814
879
  "DefaultCooldown":{"shape":"Cooldown"},
815
880
  "AvailabilityZones":{"shape":"AvailabilityZones"},
816
881
  "LoadBalancerNames":{"shape":"LoadBalancerNames"},
882
+ "TargetGroupARNs":{"shape":"TargetGroupARNs"},
817
883
  "HealthCheckType":{"shape":"XmlStringMaxLen32"},
818
884
  "HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
819
885
  "Instances":{"shape":"Instances"},
820
886
  "CreatedTime":{"shape":"TimestampType"},
821
887
  "SuspendedProcesses":{"shape":"SuspendedProcesses"},
822
888
  "PlacementGroup":{"shape":"XmlStringMaxLen255"},
823
- "VPCZoneIdentifier":{"shape":"XmlStringMaxLen255"},
889
+ "VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
824
890
  "EnabledMetrics":{"shape":"EnabledMetrics"},
825
891
  "Status":{"shape":"XmlStringMaxLen255"},
826
892
  "Tags":{"shape":"TagDescriptionList"},
@@ -969,10 +1035,11 @@
969
1035
  "DefaultCooldown":{"shape":"Cooldown"},
970
1036
  "AvailabilityZones":{"shape":"AvailabilityZones"},
971
1037
  "LoadBalancerNames":{"shape":"LoadBalancerNames"},
1038
+ "TargetGroupARNs":{"shape":"TargetGroupARNs"},
972
1039
  "HealthCheckType":{"shape":"XmlStringMaxLen32"},
973
1040
  "HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
974
1041
  "PlacementGroup":{"shape":"XmlStringMaxLen255"},
975
- "VPCZoneIdentifier":{"shape":"XmlStringMaxLen255"},
1042
+ "VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
976
1043
  "TerminationPolicies":{"shape":"TerminationPolicies"},
977
1044
  "NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
978
1045
  "Tags":{"shape":"Tags"}
@@ -1054,7 +1121,10 @@
1054
1121
  },
1055
1122
  "DeleteScheduledActionType":{
1056
1123
  "type":"structure",
1057
- "required":["ScheduledActionName"],
1124
+ "required":[
1125
+ "AutoScalingGroupName",
1126
+ "ScheduledActionName"
1127
+ ],
1058
1128
  "members":{
1059
1129
  "AutoScalingGroupName":{"shape":"ResourceName"},
1060
1130
  "ScheduledActionName":{"shape":"ResourceName"}
@@ -1116,6 +1186,22 @@
1116
1186
  "LifecycleHookNames":{"shape":"LifecycleHookNames"}
1117
1187
  }
1118
1188
  },
1189
+ "DescribeLoadBalancerTargetGroupsRequest":{
1190
+ "type":"structure",
1191
+ "required":["AutoScalingGroupName"],
1192
+ "members":{
1193
+ "AutoScalingGroupName":{"shape":"ResourceName"},
1194
+ "NextToken":{"shape":"XmlString"},
1195
+ "MaxRecords":{"shape":"MaxRecords"}
1196
+ }
1197
+ },
1198
+ "DescribeLoadBalancerTargetGroupsResponse":{
1199
+ "type":"structure",
1200
+ "members":{
1201
+ "LoadBalancerTargetGroups":{"shape":"LoadBalancerTargetGroupStates"},
1202
+ "NextToken":{"shape":"XmlString"}
1203
+ }
1204
+ },
1119
1205
  "DescribeLoadBalancersRequest":{
1120
1206
  "type":"structure",
1121
1207
  "required":["AutoScalingGroupName"],
@@ -1217,6 +1303,22 @@
1217
1303
  "ShouldDecrementDesiredCapacity":{"shape":"ShouldDecrementDesiredCapacity"}
1218
1304
  }
1219
1305
  },
1306
+ "DetachLoadBalancerTargetGroupsResultType":{
1307
+ "type":"structure",
1308
+ "members":{
1309
+ }
1310
+ },
1311
+ "DetachLoadBalancerTargetGroupsType":{
1312
+ "type":"structure",
1313
+ "required":[
1314
+ "AutoScalingGroupName",
1315
+ "TargetGroupARNs"
1316
+ ],
1317
+ "members":{
1318
+ "AutoScalingGroupName":{"shape":"ResourceName"},
1319
+ "TargetGroupARNs":{"shape":"TargetGroupARNs"}
1320
+ }
1321
+ },
1220
1322
  "DetachLoadBalancersResultType":{
1221
1323
  "type":"structure",
1222
1324
  "members":{
@@ -1224,6 +1326,10 @@
1224
1326
  },
1225
1327
  "DetachLoadBalancersType":{
1226
1328
  "type":"structure",
1329
+ "required":[
1330
+ "AutoScalingGroupName",
1331
+ "LoadBalancerNames"
1332
+ ],
1227
1333
  "members":{
1228
1334
  "AutoScalingGroupName":{"shape":"ResourceName"},
1229
1335
  "LoadBalancerNames":{"shape":"LoadBalancerNames"}
@@ -1513,6 +1619,17 @@
1513
1619
  "type":"list",
1514
1620
  "member":{"shape":"LoadBalancerState"}
1515
1621
  },
1622
+ "LoadBalancerTargetGroupState":{
1623
+ "type":"structure",
1624
+ "members":{
1625
+ "LoadBalancerTargetGroupARN":{"shape":"XmlStringMaxLen511"},
1626
+ "State":{"shape":"XmlStringMaxLen255"}
1627
+ }
1628
+ },
1629
+ "LoadBalancerTargetGroupStates":{
1630
+ "type":"list",
1631
+ "member":{"shape":"LoadBalancerTargetGroupState"}
1632
+ },
1516
1633
  "MaxNumberOfAutoScalingGroups":{"type":"integer"},
1517
1634
  "MaxNumberOfLaunchConfigurations":{"type":"integer"},
1518
1635
  "MaxRecords":{"type":"integer"},
@@ -1950,6 +2067,10 @@
1950
2067
  "NextToken":{"shape":"XmlString"}
1951
2068
  }
1952
2069
  },
2070
+ "TargetGroupARNs":{
2071
+ "type":"list",
2072
+ "member":{"shape":"XmlStringMaxLen511"}
2073
+ },
1953
2074
  "TerminateInstanceInAutoScalingGroupType":{
1954
2075
  "type":"structure",
1955
2076
  "required":[
@@ -1980,7 +2101,7 @@
1980
2101
  "HealthCheckType":{"shape":"XmlStringMaxLen32"},
1981
2102
  "HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
1982
2103
  "PlacementGroup":{"shape":"XmlStringMaxLen255"},
1983
- "VPCZoneIdentifier":{"shape":"XmlStringMaxLen255"},
2104
+ "VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
1984
2105
  "TerminationPolicies":{"shape":"TerminationPolicies"},
1985
2106
  "NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"}
1986
2107
  }
@@ -2011,6 +2132,12 @@
2011
2132
  "min":1,
2012
2133
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
2013
2134
  },
2135
+ "XmlStringMaxLen2047":{
2136
+ "type":"string",
2137
+ "max":2047,
2138
+ "min":1,
2139
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
2140
+ },
2014
2141
  "XmlStringMaxLen255":{
2015
2142
  "type":"string",
2016
2143
  "max":255,
@@ -2023,6 +2150,12 @@
2023
2150
  "min":1,
2024
2151
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
2025
2152
  },
2153
+ "XmlStringMaxLen511":{
2154
+ "type":"string",
2155
+ "max":511,
2156
+ "min":1,
2157
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
2158
+ },
2026
2159
  "XmlStringMaxLen64":{
2027
2160
  "type":"string",
2028
2161
  "max":64,
@@ -502,7 +502,7 @@
502
502
  "name":{"shape":"String"},
503
503
  "image":{"shape":"String"},
504
504
  "cpu":{"shape":"Integer"},
505
- "memory":{"shape":"Integer"},
505
+ "memory":{"shape":"BoxedInteger"},
506
506
  "links":{"shape":"StringList"},
507
507
  "portMappings":{"shape":"PortMappingList"},
508
508
  "essential":{"shape":"BoxedBoolean"},
@@ -930,6 +930,7 @@
930
930
  "LoadBalancer":{
931
931
  "type":"structure",
932
932
  "members":{
933
+ "targetGroupArn":{"shape":"String"},
933
934
  "loadBalancerName":{"shape":"String"},
934
935
  "containerName":{"shape":"String"},
935
936
  "containerPort":{"shape":"BoxedInteger"}
@@ -1004,8 +1005,8 @@
1004
1005
  "PortMapping":{
1005
1006
  "type":"structure",
1006
1007
  "members":{
1007
- "containerPort":{"shape":"Integer"},
1008
- "hostPort":{"shape":"Integer"},
1008
+ "containerPort":{"shape":"BoxedInteger"},
1009
+ "hostPort":{"shape":"BoxedInteger"},
1009
1010
  "protocol":{"shape":"TransportProtocol"}
1010
1011
  }
1011
1012
  },
@@ -3,10 +3,10 @@
3
3
  "metadata":{
4
4
  "apiVersion":"2012-06-01",
5
5
  "endpointPrefix":"elasticloadbalancing",
6
+ "protocol":"query",
6
7
  "serviceFullName":"Elastic Load Balancing",
7
8
  "signatureVersion":"v4",
8
- "xmlNamespace":"http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/",
9
- "protocol":"query"
9
+ "xmlNamespace":"http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/"
10
10
  },
11
11
  "operations":{
12
12
  "AddTags":{
@@ -21,33 +21,9 @@
21
21
  "resultWrapper":"AddTagsResult"
22
22
  },
23
23
  "errors":[
24
- {
25
- "shape":"AccessPointNotFoundException",
26
- "error":{
27
- "code":"LoadBalancerNotFound",
28
- "httpStatusCode":400,
29
- "senderFault":true
30
- },
31
- "exception":true
32
- },
33
- {
34
- "shape":"TooManyTagsException",
35
- "error":{
36
- "code":"TooManyTags",
37
- "httpStatusCode":400,
38
- "senderFault":true
39
- },
40
- "exception":true
41
- },
42
- {
43
- "shape":"DuplicateTagKeysException",
44
- "error":{
45
- "code":"DuplicateTagKeys",
46
- "httpStatusCode":400,
47
- "senderFault":true
48
- },
49
- "exception":true
50
- }
24
+ {"shape":"AccessPointNotFoundException"},
25
+ {"shape":"TooManyTagsException"},
26
+ {"shape":"DuplicateTagKeysException"}
51
27
  ]
52
28
  },
53
29
  "ApplySecurityGroupsToLoadBalancer":{
@@ -62,33 +38,9 @@
62
38
  "resultWrapper":"ApplySecurityGroupsToLoadBalancerResult"
63
39
  },
64
40
  "errors":[
65
- {
66
- "shape":"AccessPointNotFoundException",
67
- "error":{
68
- "code":"LoadBalancerNotFound",
69
- "httpStatusCode":400,
70
- "senderFault":true
71
- },
72
- "exception":true
73
- },
74
- {
75
- "shape":"InvalidConfigurationRequestException",
76
- "error":{
77
- "code":"InvalidConfigurationRequest",
78
- "httpStatusCode":409,
79
- "senderFault":true
80
- },
81
- "exception":true
82
- },
83
- {
84
- "shape":"InvalidSecurityGroupException",
85
- "error":{
86
- "code":"InvalidSecurityGroup",
87
- "httpStatusCode":400,
88
- "senderFault":true
89
- },
90
- "exception":true
91
- }
41
+ {"shape":"AccessPointNotFoundException"},
42
+ {"shape":"InvalidConfigurationRequestException"},
43
+ {"shape":"InvalidSecurityGroupException"}
92
44
  ]
93
45
  },
94
46
  "AttachLoadBalancerToSubnets":{
@@ -103,42 +55,10 @@
103
55
  "resultWrapper":"AttachLoadBalancerToSubnetsResult"
104
56
  },
105
57
  "errors":[
106
- {
107
- "shape":"AccessPointNotFoundException",
108
- "error":{
109
- "code":"LoadBalancerNotFound",
110
- "httpStatusCode":400,
111
- "senderFault":true
112
- },
113
- "exception":true
114
- },
115
- {
116
- "shape":"InvalidConfigurationRequestException",
117
- "error":{
118
- "code":"InvalidConfigurationRequest",
119
- "httpStatusCode":409,
120
- "senderFault":true
121
- },
122
- "exception":true
123
- },
124
- {
125
- "shape":"SubnetNotFoundException",
126
- "error":{
127
- "code":"SubnetNotFound",
128
- "httpStatusCode":400,
129
- "senderFault":true
130
- },
131
- "exception":true
132
- },
133
- {
134
- "shape":"InvalidSubnetException",
135
- "error":{
136
- "code":"InvalidSubnet",
137
- "httpStatusCode":400,
138
- "senderFault":true
139
- },
140
- "exception":true
141
- }
58
+ {"shape":"AccessPointNotFoundException"},
59
+ {"shape":"InvalidConfigurationRequestException"},
60
+ {"shape":"SubnetNotFoundException"},
61
+ {"shape":"InvalidSubnetException"}
142
62
  ]
143
63
  },
144
64
  "ConfigureHealthCheck":{
@@ -153,15 +73,7 @@
153
73
  "resultWrapper":"ConfigureHealthCheckResult"
154
74
  },
155
75
  "errors":[
156
- {
157
- "shape":"AccessPointNotFoundException",
158
- "error":{
159
- "code":"LoadBalancerNotFound",
160
- "httpStatusCode":400,
161
- "senderFault":true
162
- },
163
- "exception":true
164
- }
76
+ {"shape":"AccessPointNotFoundException"}
165
77
  ]
166
78
  },
167
79
  "CreateAppCookieStickinessPolicy":{
@@ -176,42 +88,10 @@
176
88
  "resultWrapper":"CreateAppCookieStickinessPolicyResult"
177
89
  },
178
90
  "errors":[
179
- {
180
- "shape":"AccessPointNotFoundException",
181
- "error":{
182
- "code":"LoadBalancerNotFound",
183
- "httpStatusCode":400,
184
- "senderFault":true
185
- },
186
- "exception":true
187
- },
188
- {
189
- "shape":"DuplicatePolicyNameException",
190
- "error":{
191
- "code":"DuplicatePolicyName",
192
- "httpStatusCode":400,
193
- "senderFault":true
194
- },
195
- "exception":true
196
- },
197
- {
198
- "shape":"TooManyPoliciesException",
199
- "error":{
200
- "code":"TooManyPolicies",
201
- "httpStatusCode":400,
202
- "senderFault":true
203
- },
204
- "exception":true
205
- },
206
- {
207
- "shape":"InvalidConfigurationRequestException",
208
- "error":{
209
- "code":"InvalidConfigurationRequest",
210
- "httpStatusCode":409,
211
- "senderFault":true
212
- },
213
- "exception":true
214
- }
91
+ {"shape":"AccessPointNotFoundException"},
92
+ {"shape":"DuplicatePolicyNameException"},
93
+ {"shape":"TooManyPoliciesException"},
94
+ {"shape":"InvalidConfigurationRequestException"}
215
95
  ]
216
96
  },
217
97
  "CreateLBCookieStickinessPolicy":{
@@ -226,42 +106,10 @@
226
106
  "resultWrapper":"CreateLBCookieStickinessPolicyResult"
227
107
  },
228
108
  "errors":[
229
- {
230
- "shape":"AccessPointNotFoundException",
231
- "error":{
232
- "code":"LoadBalancerNotFound",
233
- "httpStatusCode":400,
234
- "senderFault":true
235
- },
236
- "exception":true
237
- },
238
- {
239
- "shape":"DuplicatePolicyNameException",
240
- "error":{
241
- "code":"DuplicatePolicyName",
242
- "httpStatusCode":400,
243
- "senderFault":true
244
- },
245
- "exception":true
246
- },
247
- {
248
- "shape":"TooManyPoliciesException",
249
- "error":{
250
- "code":"TooManyPolicies",
251
- "httpStatusCode":400,
252
- "senderFault":true
253
- },
254
- "exception":true
255
- },
256
- {
257
- "shape":"InvalidConfigurationRequestException",
258
- "error":{
259
- "code":"InvalidConfigurationRequest",
260
- "httpStatusCode":409,
261
- "senderFault":true
262
- },
263
- "exception":true
264
- }
109
+ {"shape":"AccessPointNotFoundException"},
110
+ {"shape":"DuplicatePolicyNameException"},
111
+ {"shape":"TooManyPoliciesException"},
112
+ {"shape":"InvalidConfigurationRequestException"}
265
113
  ]
266
114
  },
267
115
  "CreateLoadBalancer":{
@@ -276,96 +124,17 @@
276
124
  "resultWrapper":"CreateLoadBalancerResult"
277
125
  },
278
126
  "errors":[
279
- {
280
- "shape":"DuplicateAccessPointNameException",
281
- "error":{
282
- "code":"DuplicateLoadBalancerName",
283
- "httpStatusCode":400,
284
- "senderFault":true
285
- },
286
- "exception":true
287
- },
288
- {
289
- "shape":"TooManyAccessPointsException",
290
- "error":{
291
- "code":"TooManyLoadBalancers",
292
- "httpStatusCode":400,
293
- "senderFault":true
294
- },
295
- "exception":true
296
- },
297
- {
298
- "shape":"CertificateNotFoundException",
299
- "error":{
300
- "code":"CertificateNotFound",
301
- "httpStatusCode":400,
302
- "senderFault":true
303
- },
304
- "exception":true
305
- },
306
- {
307
- "shape":"InvalidConfigurationRequestException",
308
- "error":{
309
- "code":"InvalidConfigurationRequest",
310
- "httpStatusCode":409,
311
- "senderFault":true
312
- },
313
- "exception":true
314
- },
315
- {
316
- "shape":"SubnetNotFoundException",
317
- "error":{
318
- "code":"SubnetNotFound",
319
- "httpStatusCode":400,
320
- "senderFault":true
321
- },
322
- "exception":true
323
- },
324
- {
325
- "shape":"InvalidSubnetException",
326
- "error":{
327
- "code":"InvalidSubnet",
328
- "httpStatusCode":400,
329
- "senderFault":true
330
- },
331
- "exception":true
332
- },
333
- {
334
- "shape":"InvalidSecurityGroupException",
335
- "error":{
336
- "code":"InvalidSecurityGroup",
337
- "httpStatusCode":400,
338
- "senderFault":true
339
- },
340
- "exception":true
341
- },
342
- {
343
- "shape":"InvalidSchemeException",
344
- "error":{
345
- "code":"InvalidScheme",
346
- "httpStatusCode":400,
347
- "senderFault":true
348
- },
349
- "exception":true
350
- },
351
- {
352
- "shape":"TooManyTagsException",
353
- "error":{
354
- "code":"TooManyTags",
355
- "httpStatusCode":400,
356
- "senderFault":true
357
- },
358
- "exception":true
359
- },
360
- {
361
- "shape":"DuplicateTagKeysException",
362
- "error":{
363
- "code":"DuplicateTagKeys",
364
- "httpStatusCode":400,
365
- "senderFault":true
366
- },
367
- "exception":true
368
- }
127
+ {"shape":"DuplicateAccessPointNameException"},
128
+ {"shape":"TooManyAccessPointsException"},
129
+ {"shape":"CertificateNotFoundException"},
130
+ {"shape":"InvalidConfigurationRequestException"},
131
+ {"shape":"SubnetNotFoundException"},
132
+ {"shape":"InvalidSubnetException"},
133
+ {"shape":"InvalidSecurityGroupException"},
134
+ {"shape":"InvalidSchemeException"},
135
+ {"shape":"TooManyTagsException"},
136
+ {"shape":"DuplicateTagKeysException"},
137
+ {"shape":"UnsupportedProtocolException"}
369
138
  ]
370
139
  },
371
140
  "CreateLoadBalancerListeners":{
@@ -380,42 +149,11 @@
380
149
  "resultWrapper":"CreateLoadBalancerListenersResult"
381
150
  },
382
151
  "errors":[
383
- {
384
- "shape":"AccessPointNotFoundException",
385
- "error":{
386
- "code":"LoadBalancerNotFound",
387
- "httpStatusCode":400,
388
- "senderFault":true
389
- },
390
- "exception":true
391
- },
392
- {
393
- "shape":"DuplicateListenerException",
394
- "error":{
395
- "code":"DuplicateListener",
396
- "httpStatusCode":400,
397
- "senderFault":true
398
- },
399
- "exception":true
400
- },
401
- {
402
- "shape":"CertificateNotFoundException",
403
- "error":{
404
- "code":"CertificateNotFound",
405
- "httpStatusCode":400,
406
- "senderFault":true
407
- },
408
- "exception":true
409
- },
410
- {
411
- "shape":"InvalidConfigurationRequestException",
412
- "error":{
413
- "code":"InvalidConfigurationRequest",
414
- "httpStatusCode":409,
415
- "senderFault":true
416
- },
417
- "exception":true
418
- }
152
+ {"shape":"AccessPointNotFoundException"},
153
+ {"shape":"DuplicateListenerException"},
154
+ {"shape":"CertificateNotFoundException"},
155
+ {"shape":"InvalidConfigurationRequestException"},
156
+ {"shape":"UnsupportedProtocolException"}
419
157
  ]
420
158
  },
421
159
  "CreateLoadBalancerPolicy":{
@@ -430,51 +168,11 @@
430
168
  "resultWrapper":"CreateLoadBalancerPolicyResult"
431
169
  },
432
170
  "errors":[
433
- {
434
- "shape":"AccessPointNotFoundException",
435
- "error":{
436
- "code":"LoadBalancerNotFound",
437
- "httpStatusCode":400,
438
- "senderFault":true
439
- },
440
- "exception":true
441
- },
442
- {
443
- "shape":"PolicyTypeNotFoundException",
444
- "error":{
445
- "code":"PolicyTypeNotFound",
446
- "httpStatusCode":400,
447
- "senderFault":true
448
- },
449
- "exception":true
450
- },
451
- {
452
- "shape":"DuplicatePolicyNameException",
453
- "error":{
454
- "code":"DuplicatePolicyName",
455
- "httpStatusCode":400,
456
- "senderFault":true
457
- },
458
- "exception":true
459
- },
460
- {
461
- "shape":"TooManyPoliciesException",
462
- "error":{
463
- "code":"TooManyPolicies",
464
- "httpStatusCode":400,
465
- "senderFault":true
466
- },
467
- "exception":true
468
- },
469
- {
470
- "shape":"InvalidConfigurationRequestException",
471
- "error":{
472
- "code":"InvalidConfigurationRequest",
473
- "httpStatusCode":409,
474
- "senderFault":true
475
- },
476
- "exception":true
477
- }
171
+ {"shape":"AccessPointNotFoundException"},
172
+ {"shape":"PolicyTypeNotFoundException"},
173
+ {"shape":"DuplicatePolicyNameException"},
174
+ {"shape":"TooManyPoliciesException"},
175
+ {"shape":"InvalidConfigurationRequestException"}
478
176
  ]
479
177
  },
480
178
  "DeleteLoadBalancer":{
@@ -501,15 +199,7 @@
501
199
  "resultWrapper":"DeleteLoadBalancerListenersResult"
502
200
  },
503
201
  "errors":[
504
- {
505
- "shape":"AccessPointNotFoundException",
506
- "error":{
507
- "code":"LoadBalancerNotFound",
508
- "httpStatusCode":400,
509
- "senderFault":true
510
- },
511
- "exception":true
512
- }
202
+ {"shape":"AccessPointNotFoundException"}
513
203
  ]
514
204
  },
515
205
  "DeleteLoadBalancerPolicy":{
@@ -524,24 +214,8 @@
524
214
  "resultWrapper":"DeleteLoadBalancerPolicyResult"
525
215
  },
526
216
  "errors":[
527
- {
528
- "shape":"AccessPointNotFoundException",
529
- "error":{
530
- "code":"LoadBalancerNotFound",
531
- "httpStatusCode":400,
532
- "senderFault":true
533
- },
534
- "exception":true
535
- },
536
- {
537
- "shape":"InvalidConfigurationRequestException",
538
- "error":{
539
- "code":"InvalidConfigurationRequest",
540
- "httpStatusCode":409,
541
- "senderFault":true
542
- },
543
- "exception":true
544
- }
217
+ {"shape":"AccessPointNotFoundException"},
218
+ {"shape":"InvalidConfigurationRequestException"}
545
219
  ]
546
220
  },
547
221
  "DeregisterInstancesFromLoadBalancer":{
@@ -556,24 +230,8 @@
556
230
  "resultWrapper":"DeregisterInstancesFromLoadBalancerResult"
557
231
  },
558
232
  "errors":[
559
- {
560
- "shape":"AccessPointNotFoundException",
561
- "error":{
562
- "code":"LoadBalancerNotFound",
563
- "httpStatusCode":400,
564
- "senderFault":true
565
- },
566
- "exception":true
567
- },
568
- {
569
- "shape":"InvalidEndPointException",
570
- "error":{
571
- "code":"InvalidInstance",
572
- "httpStatusCode":400,
573
- "senderFault":true
574
- },
575
- "exception":true
576
- }
233
+ {"shape":"AccessPointNotFoundException"},
234
+ {"shape":"InvalidEndPointException"}
577
235
  ]
578
236
  },
579
237
  "DescribeInstanceHealth":{
@@ -588,24 +246,8 @@
588
246
  "resultWrapper":"DescribeInstanceHealthResult"
589
247
  },
590
248
  "errors":[
591
- {
592
- "shape":"AccessPointNotFoundException",
593
- "error":{
594
- "code":"LoadBalancerNotFound",
595
- "httpStatusCode":400,
596
- "senderFault":true
597
- },
598
- "exception":true
599
- },
600
- {
601
- "shape":"InvalidEndPointException",
602
- "error":{
603
- "code":"InvalidInstance",
604
- "httpStatusCode":400,
605
- "senderFault":true
606
- },
607
- "exception":true
608
- }
249
+ {"shape":"AccessPointNotFoundException"},
250
+ {"shape":"InvalidEndPointException"}
609
251
  ]
610
252
  },
611
253
  "DescribeLoadBalancerAttributes":{
@@ -620,24 +262,8 @@
620
262
  "resultWrapper":"DescribeLoadBalancerAttributesResult"
621
263
  },
622
264
  "errors":[
623
- {
624
- "shape":"AccessPointNotFoundException",
625
- "error":{
626
- "code":"LoadBalancerNotFound",
627
- "httpStatusCode":400,
628
- "senderFault":true
629
- },
630
- "exception":true
631
- },
632
- {
633
- "shape":"LoadBalancerAttributeNotFoundException",
634
- "error":{
635
- "code":"LoadBalancerAttributeNotFound",
636
- "httpStatusCode":400,
637
- "senderFault":true
638
- },
639
- "exception":true
640
- }
265
+ {"shape":"AccessPointNotFoundException"},
266
+ {"shape":"LoadBalancerAttributeNotFoundException"}
641
267
  ]
642
268
  },
643
269
  "DescribeLoadBalancerPolicies":{
@@ -652,24 +278,8 @@
652
278
  "resultWrapper":"DescribeLoadBalancerPoliciesResult"
653
279
  },
654
280
  "errors":[
655
- {
656
- "shape":"AccessPointNotFoundException",
657
- "error":{
658
- "code":"LoadBalancerNotFound",
659
- "httpStatusCode":400,
660
- "senderFault":true
661
- },
662
- "exception":true
663
- },
664
- {
665
- "shape":"PolicyNotFoundException",
666
- "error":{
667
- "code":"PolicyNotFound",
668
- "httpStatusCode":400,
669
- "senderFault":true
670
- },
671
- "exception":true
672
- }
281
+ {"shape":"AccessPointNotFoundException"},
282
+ {"shape":"PolicyNotFoundException"}
673
283
  ]
674
284
  },
675
285
  "DescribeLoadBalancerPolicyTypes":{
@@ -684,15 +294,7 @@
684
294
  "resultWrapper":"DescribeLoadBalancerPolicyTypesResult"
685
295
  },
686
296
  "errors":[
687
- {
688
- "shape":"PolicyTypeNotFoundException",
689
- "error":{
690
- "code":"PolicyTypeNotFound",
691
- "httpStatusCode":400,
692
- "senderFault":true
693
- },
694
- "exception":true
695
- }
297
+ {"shape":"PolicyTypeNotFoundException"}
696
298
  ]
697
299
  },
698
300
  "DescribeLoadBalancers":{
@@ -707,15 +309,8 @@
707
309
  "resultWrapper":"DescribeLoadBalancersResult"
708
310
  },
709
311
  "errors":[
710
- {
711
- "shape":"AccessPointNotFoundException",
712
- "error":{
713
- "code":"LoadBalancerNotFound",
714
- "httpStatusCode":400,
715
- "senderFault":true
716
- },
717
- "exception":true
718
- }
312
+ {"shape":"AccessPointNotFoundException"},
313
+ {"shape":"DependencyThrottleException"}
719
314
  ]
720
315
  },
721
316
  "DescribeTags":{
@@ -730,15 +325,7 @@
730
325
  "resultWrapper":"DescribeTagsResult"
731
326
  },
732
327
  "errors":[
733
- {
734
- "shape":"AccessPointNotFoundException",
735
- "error":{
736
- "code":"LoadBalancerNotFound",
737
- "httpStatusCode":400,
738
- "senderFault":true
739
- },
740
- "exception":true
741
- }
328
+ {"shape":"AccessPointNotFoundException"}
742
329
  ]
743
330
  },
744
331
  "DetachLoadBalancerFromSubnets":{
@@ -753,24 +340,8 @@
753
340
  "resultWrapper":"DetachLoadBalancerFromSubnetsResult"
754
341
  },
755
342
  "errors":[
756
- {
757
- "shape":"AccessPointNotFoundException",
758
- "error":{
759
- "code":"LoadBalancerNotFound",
760
- "httpStatusCode":400,
761
- "senderFault":true
762
- },
763
- "exception":true
764
- },
765
- {
766
- "shape":"InvalidConfigurationRequestException",
767
- "error":{
768
- "code":"InvalidConfigurationRequest",
769
- "httpStatusCode":409,
770
- "senderFault":true
771
- },
772
- "exception":true
773
- }
343
+ {"shape":"AccessPointNotFoundException"},
344
+ {"shape":"InvalidConfigurationRequestException"}
774
345
  ]
775
346
  },
776
347
  "DisableAvailabilityZonesForLoadBalancer":{
@@ -785,24 +356,8 @@
785
356
  "resultWrapper":"DisableAvailabilityZonesForLoadBalancerResult"
786
357
  },
787
358
  "errors":[
788
- {
789
- "shape":"AccessPointNotFoundException",
790
- "error":{
791
- "code":"LoadBalancerNotFound",
792
- "httpStatusCode":400,
793
- "senderFault":true
794
- },
795
- "exception":true
796
- },
797
- {
798
- "shape":"InvalidConfigurationRequestException",
799
- "error":{
800
- "code":"InvalidConfigurationRequest",
801
- "httpStatusCode":409,
802
- "senderFault":true
803
- },
804
- "exception":true
805
- }
359
+ {"shape":"AccessPointNotFoundException"},
360
+ {"shape":"InvalidConfigurationRequestException"}
806
361
  ]
807
362
  },
808
363
  "EnableAvailabilityZonesForLoadBalancer":{
@@ -817,15 +372,7 @@
817
372
  "resultWrapper":"EnableAvailabilityZonesForLoadBalancerResult"
818
373
  },
819
374
  "errors":[
820
- {
821
- "shape":"AccessPointNotFoundException",
822
- "error":{
823
- "code":"LoadBalancerNotFound",
824
- "httpStatusCode":400,
825
- "senderFault":true
826
- },
827
- "exception":true
828
- }
375
+ {"shape":"AccessPointNotFoundException"}
829
376
  ]
830
377
  },
831
378
  "ModifyLoadBalancerAttributes":{
@@ -840,33 +387,9 @@
840
387
  "resultWrapper":"ModifyLoadBalancerAttributesResult"
841
388
  },
842
389
  "errors":[
843
- {
844
- "shape":"AccessPointNotFoundException",
845
- "error":{
846
- "code":"LoadBalancerNotFound",
847
- "httpStatusCode":400,
848
- "senderFault":true
849
- },
850
- "exception":true
851
- },
852
- {
853
- "shape":"LoadBalancerAttributeNotFoundException",
854
- "error":{
855
- "code":"LoadBalancerAttributeNotFound",
856
- "httpStatusCode":400,
857
- "senderFault":true
858
- },
859
- "exception":true
860
- },
861
- {
862
- "shape":"InvalidConfigurationRequestException",
863
- "error":{
864
- "code":"InvalidConfigurationRequest",
865
- "httpStatusCode":409,
866
- "senderFault":true
867
- },
868
- "exception":true
869
- }
390
+ {"shape":"AccessPointNotFoundException"},
391
+ {"shape":"LoadBalancerAttributeNotFoundException"},
392
+ {"shape":"InvalidConfigurationRequestException"}
870
393
  ]
871
394
  },
872
395
  "RegisterInstancesWithLoadBalancer":{
@@ -881,24 +404,8 @@
881
404
  "resultWrapper":"RegisterInstancesWithLoadBalancerResult"
882
405
  },
883
406
  "errors":[
884
- {
885
- "shape":"AccessPointNotFoundException",
886
- "error":{
887
- "code":"LoadBalancerNotFound",
888
- "httpStatusCode":400,
889
- "senderFault":true
890
- },
891
- "exception":true
892
- },
893
- {
894
- "shape":"InvalidEndPointException",
895
- "error":{
896
- "code":"InvalidInstance",
897
- "httpStatusCode":400,
898
- "senderFault":true
899
- },
900
- "exception":true
901
- }
407
+ {"shape":"AccessPointNotFoundException"},
408
+ {"shape":"InvalidEndPointException"}
902
409
  ]
903
410
  },
904
411
  "RemoveTags":{
@@ -913,15 +420,7 @@
913
420
  "resultWrapper":"RemoveTagsResult"
914
421
  },
915
422
  "errors":[
916
- {
917
- "shape":"AccessPointNotFoundException",
918
- "error":{
919
- "code":"LoadBalancerNotFound",
920
- "httpStatusCode":400,
921
- "senderFault":true
922
- },
923
- "exception":true
924
- }
423
+ {"shape":"AccessPointNotFoundException"}
925
424
  ]
926
425
  },
927
426
  "SetLoadBalancerListenerSSLCertificate":{
@@ -936,42 +435,11 @@
936
435
  "resultWrapper":"SetLoadBalancerListenerSSLCertificateResult"
937
436
  },
938
437
  "errors":[
939
- {
940
- "shape":"CertificateNotFoundException",
941
- "error":{
942
- "code":"CertificateNotFound",
943
- "httpStatusCode":400,
944
- "senderFault":true
945
- },
946
- "exception":true
947
- },
948
- {
949
- "shape":"AccessPointNotFoundException",
950
- "error":{
951
- "code":"LoadBalancerNotFound",
952
- "httpStatusCode":400,
953
- "senderFault":true
954
- },
955
- "exception":true
956
- },
957
- {
958
- "shape":"ListenerNotFoundException",
959
- "error":{
960
- "code":"ListenerNotFound",
961
- "httpStatusCode":400,
962
- "senderFault":true
963
- },
964
- "exception":true
965
- },
966
- {
967
- "shape":"InvalidConfigurationRequestException",
968
- "error":{
969
- "code":"InvalidConfigurationRequest",
970
- "httpStatusCode":409,
971
- "senderFault":true
972
- },
973
- "exception":true
974
- }
438
+ {"shape":"CertificateNotFoundException"},
439
+ {"shape":"AccessPointNotFoundException"},
440
+ {"shape":"ListenerNotFoundException"},
441
+ {"shape":"InvalidConfigurationRequestException"},
442
+ {"shape":"UnsupportedProtocolException"}
975
443
  ]
976
444
  },
977
445
  "SetLoadBalancerPoliciesForBackendServer":{
@@ -986,33 +454,9 @@
986
454
  "resultWrapper":"SetLoadBalancerPoliciesForBackendServerResult"
987
455
  },
988
456
  "errors":[
989
- {
990
- "shape":"AccessPointNotFoundException",
991
- "error":{
992
- "code":"LoadBalancerNotFound",
993
- "httpStatusCode":400,
994
- "senderFault":true
995
- },
996
- "exception":true
997
- },
998
- {
999
- "shape":"PolicyNotFoundException",
1000
- "error":{
1001
- "code":"PolicyNotFound",
1002
- "httpStatusCode":400,
1003
- "senderFault":true
1004
- },
1005
- "exception":true
1006
- },
1007
- {
1008
- "shape":"InvalidConfigurationRequestException",
1009
- "error":{
1010
- "code":"InvalidConfigurationRequest",
1011
- "httpStatusCode":409,
1012
- "senderFault":true
1013
- },
1014
- "exception":true
1015
- }
457
+ {"shape":"AccessPointNotFoundException"},
458
+ {"shape":"PolicyNotFoundException"},
459
+ {"shape":"InvalidConfigurationRequestException"}
1016
460
  ]
1017
461
  },
1018
462
  "SetLoadBalancerPoliciesOfListener":{
@@ -1027,42 +471,10 @@
1027
471
  "resultWrapper":"SetLoadBalancerPoliciesOfListenerResult"
1028
472
  },
1029
473
  "errors":[
1030
- {
1031
- "shape":"AccessPointNotFoundException",
1032
- "error":{
1033
- "code":"LoadBalancerNotFound",
1034
- "httpStatusCode":400,
1035
- "senderFault":true
1036
- },
1037
- "exception":true
1038
- },
1039
- {
1040
- "shape":"PolicyNotFoundException",
1041
- "error":{
1042
- "code":"PolicyNotFound",
1043
- "httpStatusCode":400,
1044
- "senderFault":true
1045
- },
1046
- "exception":true
1047
- },
1048
- {
1049
- "shape":"ListenerNotFoundException",
1050
- "error":{
1051
- "code":"ListenerNotFound",
1052
- "httpStatusCode":400,
1053
- "senderFault":true
1054
- },
1055
- "exception":true
1056
- },
1057
- {
1058
- "shape":"InvalidConfigurationRequestException",
1059
- "error":{
1060
- "code":"InvalidConfigurationRequest",
1061
- "httpStatusCode":409,
1062
- "senderFault":true
1063
- },
1064
- "exception":true
1065
- }
474
+ {"shape":"AccessPointNotFoundException"},
475
+ {"shape":"PolicyNotFoundException"},
476
+ {"shape":"ListenerNotFoundException"},
477
+ {"shape":"InvalidConfigurationRequestException"}
1066
478
  ]
1067
479
  }
1068
480
  },
@@ -1129,13 +541,24 @@
1129
541
  "AdditionalAttribute":{
1130
542
  "type":"structure",
1131
543
  "members":{
1132
- "Key":{"shape":"StringVal"},
1133
- "Value":{"shape":"StringVal"}
544
+ "Key":{"shape":"AdditionalAttributeKey"},
545
+ "Value":{"shape":"AdditionalAttributeValue"}
1134
546
  }
1135
547
  },
548
+ "AdditionalAttributeKey":{
549
+ "type":"string",
550
+ "max":256,
551
+ "pattern":"^[a-zA-Z0-9.]+$"
552
+ },
553
+ "AdditionalAttributeValue":{
554
+ "type":"string",
555
+ "max":256,
556
+ "pattern":"^[a-zA-Z0-9.]+$"
557
+ },
1136
558
  "AdditionalAttributes":{
1137
559
  "type":"list",
1138
- "member":{"shape":"AdditionalAttribute"}
560
+ "member":{"shape":"AdditionalAttribute"},
561
+ "max":10
1139
562
  },
1140
563
  "AppCookieStickinessPolicies":{
1141
564
  "type":"list",
@@ -1396,6 +819,17 @@
1396
819
  "members":{
1397
820
  }
1398
821
  },
822
+ "DependencyThrottleException":{
823
+ "type":"structure",
824
+ "members":{
825
+ },
826
+ "error":{
827
+ "code":"DependencyThrottle",
828
+ "httpStatusCode":400,
829
+ "senderFault":true
830
+ },
831
+ "exception":true
832
+ },
1399
833
  "DeregisterEndPointsInput":{
1400
834
  "type":"structure",
1401
835
  "required":[
@@ -1575,24 +1009,24 @@
1575
1009
  },
1576
1010
  "HealthCheckInterval":{
1577
1011
  "type":"integer",
1578
- "min":1,
1579
- "max":300
1012
+ "max":300,
1013
+ "min":5
1580
1014
  },
1581
1015
  "HealthCheckTarget":{"type":"string"},
1582
1016
  "HealthCheckTimeout":{
1583
1017
  "type":"integer",
1584
- "min":1,
1585
- "max":300
1018
+ "max":60,
1019
+ "min":2
1586
1020
  },
1587
1021
  "HealthyThreshold":{
1588
1022
  "type":"integer",
1589
- "min":2,
1590
- "max":10
1023
+ "max":10,
1024
+ "min":2
1591
1025
  },
1592
1026
  "IdleTimeout":{
1593
1027
  "type":"integer",
1594
- "min":1,
1595
- "max":3600
1028
+ "max":3600,
1029
+ "min":1
1596
1030
  },
1597
1031
  "Instance":{
1598
1032
  "type":"structure",
@@ -1603,8 +1037,8 @@
1603
1037
  "InstanceId":{"type":"string"},
1604
1038
  "InstancePort":{
1605
1039
  "type":"integer",
1606
- "min":1,
1607
- "max":65535
1040
+ "max":65535,
1041
+ "min":1
1608
1042
  },
1609
1043
  "InstanceState":{
1610
1044
  "type":"structure",
@@ -1783,8 +1217,8 @@
1783
1217
  "LoadBalancerNamesMax20":{
1784
1218
  "type":"list",
1785
1219
  "member":{"shape":"AccessPointName"},
1786
- "min":1,
1787
- "max":20
1220
+ "max":20,
1221
+ "min":1
1788
1222
  },
1789
1223
  "LoadBalancerScheme":{"type":"string"},
1790
1224
  "Marker":{"type":"string"},
@@ -1808,8 +1242,8 @@
1808
1242
  },
1809
1243
  "PageSize":{
1810
1244
  "type":"integer",
1811
- "min":1,
1812
- "max":400
1245
+ "max":400,
1246
+ "min":1
1813
1247
  },
1814
1248
  "Policies":{
1815
1249
  "type":"structure",
@@ -2038,7 +1472,6 @@
2038
1472
  }
2039
1473
  },
2040
1474
  "State":{"type":"string"},
2041
- "StringVal":{"type":"string"},
2042
1475
  "SubnetId":{"type":"string"},
2043
1476
  "SubnetNotFoundException":{
2044
1477
  "type":"structure",
@@ -2076,8 +1509,8 @@
2076
1509
  },
2077
1510
  "TagKey":{
2078
1511
  "type":"string",
2079
- "min":1,
2080
1512
  "max":128,
1513
+ "min":1,
2081
1514
  "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2082
1515
  },
2083
1516
  "TagKeyList":{
@@ -2098,8 +1531,8 @@
2098
1531
  },
2099
1532
  "TagValue":{
2100
1533
  "type":"string",
2101
- "min":0,
2102
1534
  "max":256,
1535
+ "min":0,
2103
1536
  "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2104
1537
  },
2105
1538
  "TooManyAccessPointsException":{
@@ -2137,8 +1570,19 @@
2137
1570
  },
2138
1571
  "UnhealthyThreshold":{
2139
1572
  "type":"integer",
2140
- "min":2,
2141
- "max":10
1573
+ "max":10,
1574
+ "min":2
1575
+ },
1576
+ "UnsupportedProtocolException":{
1577
+ "type":"structure",
1578
+ "members":{
1579
+ },
1580
+ "error":{
1581
+ "code":"UnsupportedProtocol",
1582
+ "httpStatusCode":400,
1583
+ "senderFault":true
1584
+ },
1585
+ "exception":true
2142
1586
  },
2143
1587
  "VPCId":{"type":"string"}
2144
1588
  }