aws-sdk-core 2.2.4 → 2.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +162 -723
- data/apis/autoscaling/2011-01-01/examples-1.json +5 -0
- data/apis/rds/2014-10-31/api-2.json +14 -5
- data/lib/aws-sdk-core/autoscaling.rb +1 -0
- data/lib/aws-sdk-core/configservice.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1bf76f3c23ec2d7234eab797d8a70eae0b80c401
|
4
|
+
data.tar.gz: f02764d50e461132f434b30dbf7e42154f13d4aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53b0e5ab659c274b4df6def6bd5be75163471636b114c0b53686188a386d461aa38634ac448d088d2cb121ee2ddce99579966265194e4d1ed16c4474daeed430
|
7
|
+
data.tar.gz: 88c77d8b589e236ecca1c9c9014f079940315b84e390a5e145155f4ed63d357c299e819673dde6edc05e6802c54d47cc0480e8e3fd51b84c3e78d61f69f95004
|
@@ -3,10 +3,10 @@
|
|
3
3
|
"metadata":{
|
4
4
|
"apiVersion":"2011-01-01",
|
5
5
|
"endpointPrefix":"autoscaling",
|
6
|
+
"protocol":"query",
|
6
7
|
"serviceFullName":"Auto Scaling",
|
7
8
|
"signatureVersion":"v4",
|
8
|
-
"xmlNamespace":"http://autoscaling.amazonaws.com/doc/2011-01-01/"
|
9
|
-
"protocol":"query"
|
9
|
+
"xmlNamespace":"http://autoscaling.amazonaws.com/doc/2011-01-01/"
|
10
10
|
},
|
11
11
|
"operations":{
|
12
12
|
"AttachInstances":{
|
@@ -17,15 +17,7 @@
|
|
17
17
|
},
|
18
18
|
"input":{"shape":"AttachInstancesQuery"},
|
19
19
|
"errors":[
|
20
|
-
{
|
21
|
-
"shape":"ResourceContentionFault",
|
22
|
-
"error":{
|
23
|
-
"code":"ResourceContention",
|
24
|
-
"httpStatusCode":500,
|
25
|
-
"senderFault":true
|
26
|
-
},
|
27
|
-
"exception":true
|
28
|
-
}
|
20
|
+
{"shape":"ResourceContentionFault"}
|
29
21
|
]
|
30
22
|
},
|
31
23
|
"AttachLoadBalancers":{
|
@@ -40,15 +32,7 @@
|
|
40
32
|
"resultWrapper":"AttachLoadBalancersResult"
|
41
33
|
},
|
42
34
|
"errors":[
|
43
|
-
{
|
44
|
-
"shape":"ResourceContentionFault",
|
45
|
-
"error":{
|
46
|
-
"code":"ResourceContention",
|
47
|
-
"httpStatusCode":500,
|
48
|
-
"senderFault":true
|
49
|
-
},
|
50
|
-
"exception":true
|
51
|
-
}
|
35
|
+
{"shape":"ResourceContentionFault"}
|
52
36
|
]
|
53
37
|
},
|
54
38
|
"CompleteLifecycleAction":{
|
@@ -63,15 +47,7 @@
|
|
63
47
|
"resultWrapper":"CompleteLifecycleActionResult"
|
64
48
|
},
|
65
49
|
"errors":[
|
66
|
-
{
|
67
|
-
"shape":"ResourceContentionFault",
|
68
|
-
"error":{
|
69
|
-
"code":"ResourceContention",
|
70
|
-
"httpStatusCode":500,
|
71
|
-
"senderFault":true
|
72
|
-
},
|
73
|
-
"exception":true
|
74
|
-
}
|
50
|
+
{"shape":"ResourceContentionFault"}
|
75
51
|
]
|
76
52
|
},
|
77
53
|
"CreateAutoScalingGroup":{
|
@@ -82,33 +58,9 @@
|
|
82
58
|
},
|
83
59
|
"input":{"shape":"CreateAutoScalingGroupType"},
|
84
60
|
"errors":[
|
85
|
-
{
|
86
|
-
|
87
|
-
|
88
|
-
"code":"AlreadyExists",
|
89
|
-
"httpStatusCode":400,
|
90
|
-
"senderFault":true
|
91
|
-
},
|
92
|
-
"exception":true
|
93
|
-
},
|
94
|
-
{
|
95
|
-
"shape":"LimitExceededFault",
|
96
|
-
"error":{
|
97
|
-
"code":"LimitExceeded",
|
98
|
-
"httpStatusCode":400,
|
99
|
-
"senderFault":true
|
100
|
-
},
|
101
|
-
"exception":true
|
102
|
-
},
|
103
|
-
{
|
104
|
-
"shape":"ResourceContentionFault",
|
105
|
-
"error":{
|
106
|
-
"code":"ResourceContention",
|
107
|
-
"httpStatusCode":500,
|
108
|
-
"senderFault":true
|
109
|
-
},
|
110
|
-
"exception":true
|
111
|
-
}
|
61
|
+
{"shape":"AlreadyExistsFault"},
|
62
|
+
{"shape":"LimitExceededFault"},
|
63
|
+
{"shape":"ResourceContentionFault"}
|
112
64
|
]
|
113
65
|
},
|
114
66
|
"CreateLaunchConfiguration":{
|
@@ -119,33 +71,9 @@
|
|
119
71
|
},
|
120
72
|
"input":{"shape":"CreateLaunchConfigurationType"},
|
121
73
|
"errors":[
|
122
|
-
{
|
123
|
-
|
124
|
-
|
125
|
-
"code":"AlreadyExists",
|
126
|
-
"httpStatusCode":400,
|
127
|
-
"senderFault":true
|
128
|
-
},
|
129
|
-
"exception":true
|
130
|
-
},
|
131
|
-
{
|
132
|
-
"shape":"LimitExceededFault",
|
133
|
-
"error":{
|
134
|
-
"code":"LimitExceeded",
|
135
|
-
"httpStatusCode":400,
|
136
|
-
"senderFault":true
|
137
|
-
},
|
138
|
-
"exception":true
|
139
|
-
},
|
140
|
-
{
|
141
|
-
"shape":"ResourceContentionFault",
|
142
|
-
"error":{
|
143
|
-
"code":"ResourceContention",
|
144
|
-
"httpStatusCode":500,
|
145
|
-
"senderFault":true
|
146
|
-
},
|
147
|
-
"exception":true
|
148
|
-
}
|
74
|
+
{"shape":"AlreadyExistsFault"},
|
75
|
+
{"shape":"LimitExceededFault"},
|
76
|
+
{"shape":"ResourceContentionFault"}
|
149
77
|
]
|
150
78
|
},
|
151
79
|
"CreateOrUpdateTags":{
|
@@ -156,33 +84,9 @@
|
|
156
84
|
},
|
157
85
|
"input":{"shape":"CreateOrUpdateTagsType"},
|
158
86
|
"errors":[
|
159
|
-
{
|
160
|
-
|
161
|
-
|
162
|
-
"code":"LimitExceeded",
|
163
|
-
"httpStatusCode":400,
|
164
|
-
"senderFault":true
|
165
|
-
},
|
166
|
-
"exception":true
|
167
|
-
},
|
168
|
-
{
|
169
|
-
"shape":"AlreadyExistsFault",
|
170
|
-
"error":{
|
171
|
-
"code":"AlreadyExists",
|
172
|
-
"httpStatusCode":400,
|
173
|
-
"senderFault":true
|
174
|
-
},
|
175
|
-
"exception":true
|
176
|
-
},
|
177
|
-
{
|
178
|
-
"shape":"ResourceContentionFault",
|
179
|
-
"error":{
|
180
|
-
"code":"ResourceContention",
|
181
|
-
"httpStatusCode":500,
|
182
|
-
"senderFault":true
|
183
|
-
},
|
184
|
-
"exception":true
|
185
|
-
}
|
87
|
+
{"shape":"LimitExceededFault"},
|
88
|
+
{"shape":"AlreadyExistsFault"},
|
89
|
+
{"shape":"ResourceContentionFault"}
|
186
90
|
]
|
187
91
|
},
|
188
92
|
"DeleteAutoScalingGroup":{
|
@@ -193,33 +97,9 @@
|
|
193
97
|
},
|
194
98
|
"input":{"shape":"DeleteAutoScalingGroupType"},
|
195
99
|
"errors":[
|
196
|
-
{
|
197
|
-
|
198
|
-
|
199
|
-
"code":"ScalingActivityInProgress",
|
200
|
-
"httpStatusCode":400,
|
201
|
-
"senderFault":true
|
202
|
-
},
|
203
|
-
"exception":true
|
204
|
-
},
|
205
|
-
{
|
206
|
-
"shape":"ResourceInUseFault",
|
207
|
-
"error":{
|
208
|
-
"code":"ResourceInUse",
|
209
|
-
"httpStatusCode":400,
|
210
|
-
"senderFault":true
|
211
|
-
},
|
212
|
-
"exception":true
|
213
|
-
},
|
214
|
-
{
|
215
|
-
"shape":"ResourceContentionFault",
|
216
|
-
"error":{
|
217
|
-
"code":"ResourceContention",
|
218
|
-
"httpStatusCode":500,
|
219
|
-
"senderFault":true
|
220
|
-
},
|
221
|
-
"exception":true
|
222
|
-
}
|
100
|
+
{"shape":"ScalingActivityInProgressFault"},
|
101
|
+
{"shape":"ResourceInUseFault"},
|
102
|
+
{"shape":"ResourceContentionFault"}
|
223
103
|
]
|
224
104
|
},
|
225
105
|
"DeleteLaunchConfiguration":{
|
@@ -230,24 +110,8 @@
|
|
230
110
|
},
|
231
111
|
"input":{"shape":"LaunchConfigurationNameType"},
|
232
112
|
"errors":[
|
233
|
-
{
|
234
|
-
|
235
|
-
"error":{
|
236
|
-
"code":"ResourceInUse",
|
237
|
-
"httpStatusCode":400,
|
238
|
-
"senderFault":true
|
239
|
-
},
|
240
|
-
"exception":true
|
241
|
-
},
|
242
|
-
{
|
243
|
-
"shape":"ResourceContentionFault",
|
244
|
-
"error":{
|
245
|
-
"code":"ResourceContention",
|
246
|
-
"httpStatusCode":500,
|
247
|
-
"senderFault":true
|
248
|
-
},
|
249
|
-
"exception":true
|
250
|
-
}
|
113
|
+
{"shape":"ResourceInUseFault"},
|
114
|
+
{"shape":"ResourceContentionFault"}
|
251
115
|
]
|
252
116
|
},
|
253
117
|
"DeleteLifecycleHook":{
|
@@ -262,15 +126,7 @@
|
|
262
126
|
"resultWrapper":"DeleteLifecycleHookResult"
|
263
127
|
},
|
264
128
|
"errors":[
|
265
|
-
{
|
266
|
-
"shape":"ResourceContentionFault",
|
267
|
-
"error":{
|
268
|
-
"code":"ResourceContention",
|
269
|
-
"httpStatusCode":500,
|
270
|
-
"senderFault":true
|
271
|
-
},
|
272
|
-
"exception":true
|
273
|
-
}
|
129
|
+
{"shape":"ResourceContentionFault"}
|
274
130
|
]
|
275
131
|
},
|
276
132
|
"DeleteNotificationConfiguration":{
|
@@ -281,15 +137,7 @@
|
|
281
137
|
},
|
282
138
|
"input":{"shape":"DeleteNotificationConfigurationType"},
|
283
139
|
"errors":[
|
284
|
-
{
|
285
|
-
"shape":"ResourceContentionFault",
|
286
|
-
"error":{
|
287
|
-
"code":"ResourceContention",
|
288
|
-
"httpStatusCode":500,
|
289
|
-
"senderFault":true
|
290
|
-
},
|
291
|
-
"exception":true
|
292
|
-
}
|
140
|
+
{"shape":"ResourceContentionFault"}
|
293
141
|
]
|
294
142
|
},
|
295
143
|
"DeletePolicy":{
|
@@ -300,15 +148,7 @@
|
|
300
148
|
},
|
301
149
|
"input":{"shape":"DeletePolicyType"},
|
302
150
|
"errors":[
|
303
|
-
{
|
304
|
-
"shape":"ResourceContentionFault",
|
305
|
-
"error":{
|
306
|
-
"code":"ResourceContention",
|
307
|
-
"httpStatusCode":500,
|
308
|
-
"senderFault":true
|
309
|
-
},
|
310
|
-
"exception":true
|
311
|
-
}
|
151
|
+
{"shape":"ResourceContentionFault"}
|
312
152
|
]
|
313
153
|
},
|
314
154
|
"DeleteScheduledAction":{
|
@@ -319,15 +159,7 @@
|
|
319
159
|
},
|
320
160
|
"input":{"shape":"DeleteScheduledActionType"},
|
321
161
|
"errors":[
|
322
|
-
{
|
323
|
-
"shape":"ResourceContentionFault",
|
324
|
-
"error":{
|
325
|
-
"code":"ResourceContention",
|
326
|
-
"httpStatusCode":500,
|
327
|
-
"senderFault":true
|
328
|
-
},
|
329
|
-
"exception":true
|
330
|
-
}
|
162
|
+
{"shape":"ResourceContentionFault"}
|
331
163
|
]
|
332
164
|
},
|
333
165
|
"DeleteTags":{
|
@@ -338,15 +170,7 @@
|
|
338
170
|
},
|
339
171
|
"input":{"shape":"DeleteTagsType"},
|
340
172
|
"errors":[
|
341
|
-
{
|
342
|
-
"shape":"ResourceContentionFault",
|
343
|
-
"error":{
|
344
|
-
"code":"ResourceContention",
|
345
|
-
"httpStatusCode":500,
|
346
|
-
"senderFault":true
|
347
|
-
},
|
348
|
-
"exception":true
|
349
|
-
}
|
173
|
+
{"shape":"ResourceContentionFault"}
|
350
174
|
]
|
351
175
|
},
|
352
176
|
"DescribeAccountLimits":{
|
@@ -360,15 +184,7 @@
|
|
360
184
|
"resultWrapper":"DescribeAccountLimitsResult"
|
361
185
|
},
|
362
186
|
"errors":[
|
363
|
-
{
|
364
|
-
"shape":"ResourceContentionFault",
|
365
|
-
"error":{
|
366
|
-
"code":"ResourceContention",
|
367
|
-
"httpStatusCode":500,
|
368
|
-
"senderFault":true
|
369
|
-
},
|
370
|
-
"exception":true
|
371
|
-
}
|
187
|
+
{"shape":"ResourceContentionFault"}
|
372
188
|
]
|
373
189
|
},
|
374
190
|
"DescribeAdjustmentTypes":{
|
@@ -382,15 +198,7 @@
|
|
382
198
|
"resultWrapper":"DescribeAdjustmentTypesResult"
|
383
199
|
},
|
384
200
|
"errors":[
|
385
|
-
{
|
386
|
-
"shape":"ResourceContentionFault",
|
387
|
-
"error":{
|
388
|
-
"code":"ResourceContention",
|
389
|
-
"httpStatusCode":500,
|
390
|
-
"senderFault":true
|
391
|
-
},
|
392
|
-
"exception":true
|
393
|
-
}
|
201
|
+
{"shape":"ResourceContentionFault"}
|
394
202
|
]
|
395
203
|
},
|
396
204
|
"DescribeAutoScalingGroups":{
|
@@ -405,24 +213,8 @@
|
|
405
213
|
"resultWrapper":"DescribeAutoScalingGroupsResult"
|
406
214
|
},
|
407
215
|
"errors":[
|
408
|
-
{
|
409
|
-
|
410
|
-
"error":{
|
411
|
-
"code":"InvalidNextToken",
|
412
|
-
"httpStatusCode":400,
|
413
|
-
"senderFault":true
|
414
|
-
},
|
415
|
-
"exception":true
|
416
|
-
},
|
417
|
-
{
|
418
|
-
"shape":"ResourceContentionFault",
|
419
|
-
"error":{
|
420
|
-
"code":"ResourceContention",
|
421
|
-
"httpStatusCode":500,
|
422
|
-
"senderFault":true
|
423
|
-
},
|
424
|
-
"exception":true
|
425
|
-
}
|
216
|
+
{"shape":"InvalidNextToken"},
|
217
|
+
{"shape":"ResourceContentionFault"}
|
426
218
|
]
|
427
219
|
},
|
428
220
|
"DescribeAutoScalingInstances":{
|
@@ -437,24 +229,8 @@
|
|
437
229
|
"resultWrapper":"DescribeAutoScalingInstancesResult"
|
438
230
|
},
|
439
231
|
"errors":[
|
440
|
-
{
|
441
|
-
|
442
|
-
"error":{
|
443
|
-
"code":"InvalidNextToken",
|
444
|
-
"httpStatusCode":400,
|
445
|
-
"senderFault":true
|
446
|
-
},
|
447
|
-
"exception":true
|
448
|
-
},
|
449
|
-
{
|
450
|
-
"shape":"ResourceContentionFault",
|
451
|
-
"error":{
|
452
|
-
"code":"ResourceContention",
|
453
|
-
"httpStatusCode":500,
|
454
|
-
"senderFault":true
|
455
|
-
},
|
456
|
-
"exception":true
|
457
|
-
}
|
232
|
+
{"shape":"InvalidNextToken"},
|
233
|
+
{"shape":"ResourceContentionFault"}
|
458
234
|
]
|
459
235
|
},
|
460
236
|
"DescribeAutoScalingNotificationTypes":{
|
@@ -468,15 +244,7 @@
|
|
468
244
|
"resultWrapper":"DescribeAutoScalingNotificationTypesResult"
|
469
245
|
},
|
470
246
|
"errors":[
|
471
|
-
{
|
472
|
-
"shape":"ResourceContentionFault",
|
473
|
-
"error":{
|
474
|
-
"code":"ResourceContention",
|
475
|
-
"httpStatusCode":500,
|
476
|
-
"senderFault":true
|
477
|
-
},
|
478
|
-
"exception":true
|
479
|
-
}
|
247
|
+
{"shape":"ResourceContentionFault"}
|
480
248
|
]
|
481
249
|
},
|
482
250
|
"DescribeLaunchConfigurations":{
|
@@ -491,24 +259,8 @@
|
|
491
259
|
"resultWrapper":"DescribeLaunchConfigurationsResult"
|
492
260
|
},
|
493
261
|
"errors":[
|
494
|
-
{
|
495
|
-
|
496
|
-
"error":{
|
497
|
-
"code":"InvalidNextToken",
|
498
|
-
"httpStatusCode":400,
|
499
|
-
"senderFault":true
|
500
|
-
},
|
501
|
-
"exception":true
|
502
|
-
},
|
503
|
-
{
|
504
|
-
"shape":"ResourceContentionFault",
|
505
|
-
"error":{
|
506
|
-
"code":"ResourceContention",
|
507
|
-
"httpStatusCode":500,
|
508
|
-
"senderFault":true
|
509
|
-
},
|
510
|
-
"exception":true
|
511
|
-
}
|
262
|
+
{"shape":"InvalidNextToken"},
|
263
|
+
{"shape":"ResourceContentionFault"}
|
512
264
|
]
|
513
265
|
},
|
514
266
|
"DescribeLifecycleHookTypes":{
|
@@ -522,15 +274,7 @@
|
|
522
274
|
"resultWrapper":"DescribeLifecycleHookTypesResult"
|
523
275
|
},
|
524
276
|
"errors":[
|
525
|
-
{
|
526
|
-
"shape":"ResourceContentionFault",
|
527
|
-
"error":{
|
528
|
-
"code":"ResourceContention",
|
529
|
-
"httpStatusCode":500,
|
530
|
-
"senderFault":true
|
531
|
-
},
|
532
|
-
"exception":true
|
533
|
-
}
|
277
|
+
{"shape":"ResourceContentionFault"}
|
534
278
|
]
|
535
279
|
},
|
536
280
|
"DescribeLifecycleHooks":{
|
@@ -545,15 +289,7 @@
|
|
545
289
|
"resultWrapper":"DescribeLifecycleHooksResult"
|
546
290
|
},
|
547
291
|
"errors":[
|
548
|
-
{
|
549
|
-
"shape":"ResourceContentionFault",
|
550
|
-
"error":{
|
551
|
-
"code":"ResourceContention",
|
552
|
-
"httpStatusCode":500,
|
553
|
-
"senderFault":true
|
554
|
-
},
|
555
|
-
"exception":true
|
556
|
-
}
|
292
|
+
{"shape":"ResourceContentionFault"}
|
557
293
|
]
|
558
294
|
},
|
559
295
|
"DescribeLoadBalancers":{
|
@@ -568,15 +304,7 @@
|
|
568
304
|
"resultWrapper":"DescribeLoadBalancersResult"
|
569
305
|
},
|
570
306
|
"errors":[
|
571
|
-
{
|
572
|
-
"shape":"ResourceContentionFault",
|
573
|
-
"error":{
|
574
|
-
"code":"ResourceContention",
|
575
|
-
"httpStatusCode":500,
|
576
|
-
"senderFault":true
|
577
|
-
},
|
578
|
-
"exception":true
|
579
|
-
}
|
307
|
+
{"shape":"ResourceContentionFault"}
|
580
308
|
]
|
581
309
|
},
|
582
310
|
"DescribeMetricCollectionTypes":{
|
@@ -590,15 +318,7 @@
|
|
590
318
|
"resultWrapper":"DescribeMetricCollectionTypesResult"
|
591
319
|
},
|
592
320
|
"errors":[
|
593
|
-
{
|
594
|
-
"shape":"ResourceContentionFault",
|
595
|
-
"error":{
|
596
|
-
"code":"ResourceContention",
|
597
|
-
"httpStatusCode":500,
|
598
|
-
"senderFault":true
|
599
|
-
},
|
600
|
-
"exception":true
|
601
|
-
}
|
321
|
+
{"shape":"ResourceContentionFault"}
|
602
322
|
]
|
603
323
|
},
|
604
324
|
"DescribeNotificationConfigurations":{
|
@@ -613,24 +333,8 @@
|
|
613
333
|
"resultWrapper":"DescribeNotificationConfigurationsResult"
|
614
334
|
},
|
615
335
|
"errors":[
|
616
|
-
{
|
617
|
-
|
618
|
-
"error":{
|
619
|
-
"code":"InvalidNextToken",
|
620
|
-
"httpStatusCode":400,
|
621
|
-
"senderFault":true
|
622
|
-
},
|
623
|
-
"exception":true
|
624
|
-
},
|
625
|
-
{
|
626
|
-
"shape":"ResourceContentionFault",
|
627
|
-
"error":{
|
628
|
-
"code":"ResourceContention",
|
629
|
-
"httpStatusCode":500,
|
630
|
-
"senderFault":true
|
631
|
-
},
|
632
|
-
"exception":true
|
633
|
-
}
|
336
|
+
{"shape":"InvalidNextToken"},
|
337
|
+
{"shape":"ResourceContentionFault"}
|
634
338
|
]
|
635
339
|
},
|
636
340
|
"DescribePolicies":{
|
@@ -645,24 +349,8 @@
|
|
645
349
|
"resultWrapper":"DescribePoliciesResult"
|
646
350
|
},
|
647
351
|
"errors":[
|
648
|
-
{
|
649
|
-
|
650
|
-
"error":{
|
651
|
-
"code":"InvalidNextToken",
|
652
|
-
"httpStatusCode":400,
|
653
|
-
"senderFault":true
|
654
|
-
},
|
655
|
-
"exception":true
|
656
|
-
},
|
657
|
-
{
|
658
|
-
"shape":"ResourceContentionFault",
|
659
|
-
"error":{
|
660
|
-
"code":"ResourceContention",
|
661
|
-
"httpStatusCode":500,
|
662
|
-
"senderFault":true
|
663
|
-
},
|
664
|
-
"exception":true
|
665
|
-
}
|
352
|
+
{"shape":"InvalidNextToken"},
|
353
|
+
{"shape":"ResourceContentionFault"}
|
666
354
|
]
|
667
355
|
},
|
668
356
|
"DescribeScalingActivities":{
|
@@ -677,24 +365,8 @@
|
|
677
365
|
"resultWrapper":"DescribeScalingActivitiesResult"
|
678
366
|
},
|
679
367
|
"errors":[
|
680
|
-
{
|
681
|
-
|
682
|
-
"error":{
|
683
|
-
"code":"InvalidNextToken",
|
684
|
-
"httpStatusCode":400,
|
685
|
-
"senderFault":true
|
686
|
-
},
|
687
|
-
"exception":true
|
688
|
-
},
|
689
|
-
{
|
690
|
-
"shape":"ResourceContentionFault",
|
691
|
-
"error":{
|
692
|
-
"code":"ResourceContention",
|
693
|
-
"httpStatusCode":500,
|
694
|
-
"senderFault":true
|
695
|
-
},
|
696
|
-
"exception":true
|
697
|
-
}
|
368
|
+
{"shape":"InvalidNextToken"},
|
369
|
+
{"shape":"ResourceContentionFault"}
|
698
370
|
]
|
699
371
|
},
|
700
372
|
"DescribeScalingProcessTypes":{
|
@@ -708,15 +380,7 @@
|
|
708
380
|
"resultWrapper":"DescribeScalingProcessTypesResult"
|
709
381
|
},
|
710
382
|
"errors":[
|
711
|
-
{
|
712
|
-
"shape":"ResourceContentionFault",
|
713
|
-
"error":{
|
714
|
-
"code":"ResourceContention",
|
715
|
-
"httpStatusCode":500,
|
716
|
-
"senderFault":true
|
717
|
-
},
|
718
|
-
"exception":true
|
719
|
-
}
|
383
|
+
{"shape":"ResourceContentionFault"}
|
720
384
|
]
|
721
385
|
},
|
722
386
|
"DescribeScheduledActions":{
|
@@ -731,24 +395,8 @@
|
|
731
395
|
"resultWrapper":"DescribeScheduledActionsResult"
|
732
396
|
},
|
733
397
|
"errors":[
|
734
|
-
{
|
735
|
-
|
736
|
-
"error":{
|
737
|
-
"code":"InvalidNextToken",
|
738
|
-
"httpStatusCode":400,
|
739
|
-
"senderFault":true
|
740
|
-
},
|
741
|
-
"exception":true
|
742
|
-
},
|
743
|
-
{
|
744
|
-
"shape":"ResourceContentionFault",
|
745
|
-
"error":{
|
746
|
-
"code":"ResourceContention",
|
747
|
-
"httpStatusCode":500,
|
748
|
-
"senderFault":true
|
749
|
-
},
|
750
|
-
"exception":true
|
751
|
-
}
|
398
|
+
{"shape":"InvalidNextToken"},
|
399
|
+
{"shape":"ResourceContentionFault"}
|
752
400
|
]
|
753
401
|
},
|
754
402
|
"DescribeTags":{
|
@@ -763,24 +411,8 @@
|
|
763
411
|
"resultWrapper":"DescribeTagsResult"
|
764
412
|
},
|
765
413
|
"errors":[
|
766
|
-
{
|
767
|
-
|
768
|
-
"error":{
|
769
|
-
"code":"InvalidNextToken",
|
770
|
-
"httpStatusCode":400,
|
771
|
-
"senderFault":true
|
772
|
-
},
|
773
|
-
"exception":true
|
774
|
-
},
|
775
|
-
{
|
776
|
-
"shape":"ResourceContentionFault",
|
777
|
-
"error":{
|
778
|
-
"code":"ResourceContention",
|
779
|
-
"httpStatusCode":500,
|
780
|
-
"senderFault":true
|
781
|
-
},
|
782
|
-
"exception":true
|
783
|
-
}
|
414
|
+
{"shape":"InvalidNextToken"},
|
415
|
+
{"shape":"ResourceContentionFault"}
|
784
416
|
]
|
785
417
|
},
|
786
418
|
"DescribeTerminationPolicyTypes":{
|
@@ -794,15 +426,7 @@
|
|
794
426
|
"resultWrapper":"DescribeTerminationPolicyTypesResult"
|
795
427
|
},
|
796
428
|
"errors":[
|
797
|
-
{
|
798
|
-
"shape":"ResourceContentionFault",
|
799
|
-
"error":{
|
800
|
-
"code":"ResourceContention",
|
801
|
-
"httpStatusCode":500,
|
802
|
-
"senderFault":true
|
803
|
-
},
|
804
|
-
"exception":true
|
805
|
-
}
|
429
|
+
{"shape":"ResourceContentionFault"}
|
806
430
|
]
|
807
431
|
},
|
808
432
|
"DetachInstances":{
|
@@ -817,15 +441,7 @@
|
|
817
441
|
"resultWrapper":"DetachInstancesResult"
|
818
442
|
},
|
819
443
|
"errors":[
|
820
|
-
{
|
821
|
-
"shape":"ResourceContentionFault",
|
822
|
-
"error":{
|
823
|
-
"code":"ResourceContention",
|
824
|
-
"httpStatusCode":500,
|
825
|
-
"senderFault":true
|
826
|
-
},
|
827
|
-
"exception":true
|
828
|
-
}
|
444
|
+
{"shape":"ResourceContentionFault"}
|
829
445
|
]
|
830
446
|
},
|
831
447
|
"DetachLoadBalancers":{
|
@@ -840,15 +456,7 @@
|
|
840
456
|
"resultWrapper":"DetachLoadBalancersResult"
|
841
457
|
},
|
842
458
|
"errors":[
|
843
|
-
{
|
844
|
-
"shape":"ResourceContentionFault",
|
845
|
-
"error":{
|
846
|
-
"code":"ResourceContention",
|
847
|
-
"httpStatusCode":500,
|
848
|
-
"senderFault":true
|
849
|
-
},
|
850
|
-
"exception":true
|
851
|
-
}
|
459
|
+
{"shape":"ResourceContentionFault"}
|
852
460
|
]
|
853
461
|
},
|
854
462
|
"DisableMetricsCollection":{
|
@@ -859,15 +467,7 @@
|
|
859
467
|
},
|
860
468
|
"input":{"shape":"DisableMetricsCollectionQuery"},
|
861
469
|
"errors":[
|
862
|
-
{
|
863
|
-
"shape":"ResourceContentionFault",
|
864
|
-
"error":{
|
865
|
-
"code":"ResourceContention",
|
866
|
-
"httpStatusCode":500,
|
867
|
-
"senderFault":true
|
868
|
-
},
|
869
|
-
"exception":true
|
870
|
-
}
|
470
|
+
{"shape":"ResourceContentionFault"}
|
871
471
|
]
|
872
472
|
},
|
873
473
|
"EnableMetricsCollection":{
|
@@ -878,15 +478,7 @@
|
|
878
478
|
},
|
879
479
|
"input":{"shape":"EnableMetricsCollectionQuery"},
|
880
480
|
"errors":[
|
881
|
-
{
|
882
|
-
"shape":"ResourceContentionFault",
|
883
|
-
"error":{
|
884
|
-
"code":"ResourceContention",
|
885
|
-
"httpStatusCode":500,
|
886
|
-
"senderFault":true
|
887
|
-
},
|
888
|
-
"exception":true
|
889
|
-
}
|
481
|
+
{"shape":"ResourceContentionFault"}
|
890
482
|
]
|
891
483
|
},
|
892
484
|
"EnterStandby":{
|
@@ -901,15 +493,7 @@
|
|
901
493
|
"resultWrapper":"EnterStandbyResult"
|
902
494
|
},
|
903
495
|
"errors":[
|
904
|
-
{
|
905
|
-
"shape":"ResourceContentionFault",
|
906
|
-
"error":{
|
907
|
-
"code":"ResourceContention",
|
908
|
-
"httpStatusCode":500,
|
909
|
-
"senderFault":true
|
910
|
-
},
|
911
|
-
"exception":true
|
912
|
-
}
|
496
|
+
{"shape":"ResourceContentionFault"}
|
913
497
|
]
|
914
498
|
},
|
915
499
|
"ExecutePolicy":{
|
@@ -920,24 +504,8 @@
|
|
920
504
|
},
|
921
505
|
"input":{"shape":"ExecutePolicyType"},
|
922
506
|
"errors":[
|
923
|
-
{
|
924
|
-
|
925
|
-
"error":{
|
926
|
-
"code":"ScalingActivityInProgress",
|
927
|
-
"httpStatusCode":400,
|
928
|
-
"senderFault":true
|
929
|
-
},
|
930
|
-
"exception":true
|
931
|
-
},
|
932
|
-
{
|
933
|
-
"shape":"ResourceContentionFault",
|
934
|
-
"error":{
|
935
|
-
"code":"ResourceContention",
|
936
|
-
"httpStatusCode":500,
|
937
|
-
"senderFault":true
|
938
|
-
},
|
939
|
-
"exception":true
|
940
|
-
}
|
507
|
+
{"shape":"ScalingActivityInProgressFault"},
|
508
|
+
{"shape":"ResourceContentionFault"}
|
941
509
|
]
|
942
510
|
},
|
943
511
|
"ExitStandby":{
|
@@ -952,15 +520,7 @@
|
|
952
520
|
"resultWrapper":"ExitStandbyResult"
|
953
521
|
},
|
954
522
|
"errors":[
|
955
|
-
{
|
956
|
-
"shape":"ResourceContentionFault",
|
957
|
-
"error":{
|
958
|
-
"code":"ResourceContention",
|
959
|
-
"httpStatusCode":500,
|
960
|
-
"senderFault":true
|
961
|
-
},
|
962
|
-
"exception":true
|
963
|
-
}
|
523
|
+
{"shape":"ResourceContentionFault"}
|
964
524
|
]
|
965
525
|
},
|
966
526
|
"PutLifecycleHook":{
|
@@ -975,24 +535,8 @@
|
|
975
535
|
"resultWrapper":"PutLifecycleHookResult"
|
976
536
|
},
|
977
537
|
"errors":[
|
978
|
-
{
|
979
|
-
|
980
|
-
"error":{
|
981
|
-
"code":"LimitExceeded",
|
982
|
-
"httpStatusCode":400,
|
983
|
-
"senderFault":true
|
984
|
-
},
|
985
|
-
"exception":true
|
986
|
-
},
|
987
|
-
{
|
988
|
-
"shape":"ResourceContentionFault",
|
989
|
-
"error":{
|
990
|
-
"code":"ResourceContention",
|
991
|
-
"httpStatusCode":500,
|
992
|
-
"senderFault":true
|
993
|
-
},
|
994
|
-
"exception":true
|
995
|
-
}
|
538
|
+
{"shape":"LimitExceededFault"},
|
539
|
+
{"shape":"ResourceContentionFault"}
|
996
540
|
]
|
997
541
|
},
|
998
542
|
"PutNotificationConfiguration":{
|
@@ -1003,24 +547,8 @@
|
|
1003
547
|
},
|
1004
548
|
"input":{"shape":"PutNotificationConfigurationType"},
|
1005
549
|
"errors":[
|
1006
|
-
{
|
1007
|
-
|
1008
|
-
"error":{
|
1009
|
-
"code":"LimitExceeded",
|
1010
|
-
"httpStatusCode":400,
|
1011
|
-
"senderFault":true
|
1012
|
-
},
|
1013
|
-
"exception":true
|
1014
|
-
},
|
1015
|
-
{
|
1016
|
-
"shape":"ResourceContentionFault",
|
1017
|
-
"error":{
|
1018
|
-
"code":"ResourceContention",
|
1019
|
-
"httpStatusCode":500,
|
1020
|
-
"senderFault":true
|
1021
|
-
},
|
1022
|
-
"exception":true
|
1023
|
-
}
|
550
|
+
{"shape":"LimitExceededFault"},
|
551
|
+
{"shape":"ResourceContentionFault"}
|
1024
552
|
]
|
1025
553
|
},
|
1026
554
|
"PutScalingPolicy":{
|
@@ -1035,24 +563,8 @@
|
|
1035
563
|
"resultWrapper":"PutScalingPolicyResult"
|
1036
564
|
},
|
1037
565
|
"errors":[
|
1038
|
-
{
|
1039
|
-
|
1040
|
-
"error":{
|
1041
|
-
"code":"LimitExceeded",
|
1042
|
-
"httpStatusCode":400,
|
1043
|
-
"senderFault":true
|
1044
|
-
},
|
1045
|
-
"exception":true
|
1046
|
-
},
|
1047
|
-
{
|
1048
|
-
"shape":"ResourceContentionFault",
|
1049
|
-
"error":{
|
1050
|
-
"code":"ResourceContention",
|
1051
|
-
"httpStatusCode":500,
|
1052
|
-
"senderFault":true
|
1053
|
-
},
|
1054
|
-
"exception":true
|
1055
|
-
}
|
566
|
+
{"shape":"LimitExceededFault"},
|
567
|
+
{"shape":"ResourceContentionFault"}
|
1056
568
|
]
|
1057
569
|
},
|
1058
570
|
"PutScheduledUpdateGroupAction":{
|
@@ -1063,33 +575,9 @@
|
|
1063
575
|
},
|
1064
576
|
"input":{"shape":"PutScheduledUpdateGroupActionType"},
|
1065
577
|
"errors":[
|
1066
|
-
{
|
1067
|
-
|
1068
|
-
|
1069
|
-
"code":"AlreadyExists",
|
1070
|
-
"httpStatusCode":400,
|
1071
|
-
"senderFault":true
|
1072
|
-
},
|
1073
|
-
"exception":true
|
1074
|
-
},
|
1075
|
-
{
|
1076
|
-
"shape":"LimitExceededFault",
|
1077
|
-
"error":{
|
1078
|
-
"code":"LimitExceeded",
|
1079
|
-
"httpStatusCode":400,
|
1080
|
-
"senderFault":true
|
1081
|
-
},
|
1082
|
-
"exception":true
|
1083
|
-
},
|
1084
|
-
{
|
1085
|
-
"shape":"ResourceContentionFault",
|
1086
|
-
"error":{
|
1087
|
-
"code":"ResourceContention",
|
1088
|
-
"httpStatusCode":500,
|
1089
|
-
"senderFault":true
|
1090
|
-
},
|
1091
|
-
"exception":true
|
1092
|
-
}
|
578
|
+
{"shape":"AlreadyExistsFault"},
|
579
|
+
{"shape":"LimitExceededFault"},
|
580
|
+
{"shape":"ResourceContentionFault"}
|
1093
581
|
]
|
1094
582
|
},
|
1095
583
|
"RecordLifecycleActionHeartbeat":{
|
@@ -1104,15 +592,7 @@
|
|
1104
592
|
"resultWrapper":"RecordLifecycleActionHeartbeatResult"
|
1105
593
|
},
|
1106
594
|
"errors":[
|
1107
|
-
{
|
1108
|
-
"shape":"ResourceContentionFault",
|
1109
|
-
"error":{
|
1110
|
-
"code":"ResourceContention",
|
1111
|
-
"httpStatusCode":500,
|
1112
|
-
"senderFault":true
|
1113
|
-
},
|
1114
|
-
"exception":true
|
1115
|
-
}
|
595
|
+
{"shape":"ResourceContentionFault"}
|
1116
596
|
]
|
1117
597
|
},
|
1118
598
|
"ResumeProcesses":{
|
@@ -1123,24 +603,8 @@
|
|
1123
603
|
},
|
1124
604
|
"input":{"shape":"ScalingProcessQuery"},
|
1125
605
|
"errors":[
|
1126
|
-
{
|
1127
|
-
|
1128
|
-
"error":{
|
1129
|
-
"code":"ResourceInUse",
|
1130
|
-
"httpStatusCode":400,
|
1131
|
-
"senderFault":true
|
1132
|
-
},
|
1133
|
-
"exception":true
|
1134
|
-
},
|
1135
|
-
{
|
1136
|
-
"shape":"ResourceContentionFault",
|
1137
|
-
"error":{
|
1138
|
-
"code":"ResourceContention",
|
1139
|
-
"httpStatusCode":500,
|
1140
|
-
"senderFault":true
|
1141
|
-
},
|
1142
|
-
"exception":true
|
1143
|
-
}
|
606
|
+
{"shape":"ResourceInUseFault"},
|
607
|
+
{"shape":"ResourceContentionFault"}
|
1144
608
|
]
|
1145
609
|
},
|
1146
610
|
"SetDesiredCapacity":{
|
@@ -1151,24 +615,8 @@
|
|
1151
615
|
},
|
1152
616
|
"input":{"shape":"SetDesiredCapacityType"},
|
1153
617
|
"errors":[
|
1154
|
-
{
|
1155
|
-
|
1156
|
-
"error":{
|
1157
|
-
"code":"ScalingActivityInProgress",
|
1158
|
-
"httpStatusCode":400,
|
1159
|
-
"senderFault":true
|
1160
|
-
},
|
1161
|
-
"exception":true
|
1162
|
-
},
|
1163
|
-
{
|
1164
|
-
"shape":"ResourceContentionFault",
|
1165
|
-
"error":{
|
1166
|
-
"code":"ResourceContention",
|
1167
|
-
"httpStatusCode":500,
|
1168
|
-
"senderFault":true
|
1169
|
-
},
|
1170
|
-
"exception":true
|
1171
|
-
}
|
618
|
+
{"shape":"ScalingActivityInProgressFault"},
|
619
|
+
{"shape":"ResourceContentionFault"}
|
1172
620
|
]
|
1173
621
|
},
|
1174
622
|
"SetInstanceHealth":{
|
@@ -1179,15 +627,23 @@
|
|
1179
627
|
},
|
1180
628
|
"input":{"shape":"SetInstanceHealthQuery"},
|
1181
629
|
"errors":[
|
1182
|
-
{
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
630
|
+
{"shape":"ResourceContentionFault"}
|
631
|
+
]
|
632
|
+
},
|
633
|
+
"SetInstanceProtection":{
|
634
|
+
"name":"SetInstanceProtection",
|
635
|
+
"http":{
|
636
|
+
"method":"POST",
|
637
|
+
"requestUri":"/"
|
638
|
+
},
|
639
|
+
"input":{"shape":"SetInstanceProtectionQuery"},
|
640
|
+
"output":{
|
641
|
+
"shape":"SetInstanceProtectionAnswer",
|
642
|
+
"resultWrapper":"SetInstanceProtectionResult"
|
643
|
+
},
|
644
|
+
"errors":[
|
645
|
+
{"shape":"LimitExceededFault"},
|
646
|
+
{"shape":"ResourceContentionFault"}
|
1191
647
|
]
|
1192
648
|
},
|
1193
649
|
"SuspendProcesses":{
|
@@ -1198,24 +654,8 @@
|
|
1198
654
|
},
|
1199
655
|
"input":{"shape":"ScalingProcessQuery"},
|
1200
656
|
"errors":[
|
1201
|
-
{
|
1202
|
-
|
1203
|
-
"error":{
|
1204
|
-
"code":"ResourceInUse",
|
1205
|
-
"httpStatusCode":400,
|
1206
|
-
"senderFault":true
|
1207
|
-
},
|
1208
|
-
"exception":true
|
1209
|
-
},
|
1210
|
-
{
|
1211
|
-
"shape":"ResourceContentionFault",
|
1212
|
-
"error":{
|
1213
|
-
"code":"ResourceContention",
|
1214
|
-
"httpStatusCode":500,
|
1215
|
-
"senderFault":true
|
1216
|
-
},
|
1217
|
-
"exception":true
|
1218
|
-
}
|
657
|
+
{"shape":"ResourceInUseFault"},
|
658
|
+
{"shape":"ResourceContentionFault"}
|
1219
659
|
]
|
1220
660
|
},
|
1221
661
|
"TerminateInstanceInAutoScalingGroup":{
|
@@ -1230,24 +670,8 @@
|
|
1230
670
|
"resultWrapper":"TerminateInstanceInAutoScalingGroupResult"
|
1231
671
|
},
|
1232
672
|
"errors":[
|
1233
|
-
{
|
1234
|
-
|
1235
|
-
"error":{
|
1236
|
-
"code":"ScalingActivityInProgress",
|
1237
|
-
"httpStatusCode":400,
|
1238
|
-
"senderFault":true
|
1239
|
-
},
|
1240
|
-
"exception":true
|
1241
|
-
},
|
1242
|
-
{
|
1243
|
-
"shape":"ResourceContentionFault",
|
1244
|
-
"error":{
|
1245
|
-
"code":"ResourceContention",
|
1246
|
-
"httpStatusCode":500,
|
1247
|
-
"senderFault":true
|
1248
|
-
},
|
1249
|
-
"exception":true
|
1250
|
-
}
|
673
|
+
{"shape":"ScalingActivityInProgressFault"},
|
674
|
+
{"shape":"ResourceContentionFault"}
|
1251
675
|
]
|
1252
676
|
},
|
1253
677
|
"UpdateAutoScalingGroup":{
|
@@ -1258,24 +682,8 @@
|
|
1258
682
|
},
|
1259
683
|
"input":{"shape":"UpdateAutoScalingGroupType"},
|
1260
684
|
"errors":[
|
1261
|
-
{
|
1262
|
-
|
1263
|
-
"error":{
|
1264
|
-
"code":"ScalingActivityInProgress",
|
1265
|
-
"httpStatusCode":400,
|
1266
|
-
"senderFault":true
|
1267
|
-
},
|
1268
|
-
"exception":true
|
1269
|
-
},
|
1270
|
-
{
|
1271
|
-
"shape":"ResourceContentionFault",
|
1272
|
-
"error":{
|
1273
|
-
"code":"ResourceContention",
|
1274
|
-
"httpStatusCode":500,
|
1275
|
-
"senderFault":true
|
1276
|
-
},
|
1277
|
-
"exception":true
|
1278
|
-
}
|
685
|
+
{"shape":"ScalingActivityInProgressFault"},
|
686
|
+
{"shape":"ResourceContentionFault"}
|
1279
687
|
]
|
1280
688
|
}
|
1281
689
|
},
|
@@ -1359,8 +767,8 @@
|
|
1359
767
|
},
|
1360
768
|
"AsciiStringMaxLen255":{
|
1361
769
|
"type":"string",
|
1362
|
-
"min":1,
|
1363
770
|
"max":255,
|
771
|
+
"min":1,
|
1364
772
|
"pattern":"[A-Za-z0-9\\-_\\/]+"
|
1365
773
|
},
|
1366
774
|
"AssociatePublicIpAddress":{"type":"boolean"},
|
@@ -1388,7 +796,6 @@
|
|
1388
796
|
"type":"structure",
|
1389
797
|
"required":[
|
1390
798
|
"AutoScalingGroupName",
|
1391
|
-
"LaunchConfigurationName",
|
1392
799
|
"MinSize",
|
1393
800
|
"MaxSize",
|
1394
801
|
"DesiredCapacity",
|
@@ -1417,7 +824,8 @@
|
|
1417
824
|
"EnabledMetrics":{"shape":"EnabledMetrics"},
|
1418
825
|
"Status":{"shape":"XmlStringMaxLen255"},
|
1419
826
|
"Tags":{"shape":"TagDescriptionList"},
|
1420
|
-
"TerminationPolicies":{"shape":"TerminationPolicies"}
|
827
|
+
"TerminationPolicies":{"shape":"TerminationPolicies"},
|
828
|
+
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"}
|
1421
829
|
}
|
1422
830
|
},
|
1423
831
|
"AutoScalingGroupDesiredCapacity":{"type":"integer"},
|
@@ -1455,15 +863,17 @@
|
|
1455
863
|
"AvailabilityZone",
|
1456
864
|
"LifecycleState",
|
1457
865
|
"HealthStatus",
|
1458
|
-
"LaunchConfigurationName"
|
866
|
+
"LaunchConfigurationName",
|
867
|
+
"ProtectedFromScaleIn"
|
1459
868
|
],
|
1460
869
|
"members":{
|
1461
|
-
"InstanceId":{"shape":"
|
870
|
+
"InstanceId":{"shape":"XmlStringMaxLen19"},
|
1462
871
|
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
|
1463
872
|
"AvailabilityZone":{"shape":"XmlStringMaxLen255"},
|
1464
873
|
"LifecycleState":{"shape":"XmlStringMaxLen32"},
|
1465
874
|
"HealthStatus":{"shape":"XmlStringMaxLen32"},
|
1466
|
-
"LaunchConfigurationName":{"shape":"XmlStringMaxLen255"}
|
875
|
+
"LaunchConfigurationName":{"shape":"XmlStringMaxLen255"},
|
876
|
+
"ProtectedFromScaleIn":{"shape":"InstanceProtected"}
|
1467
877
|
}
|
1468
878
|
},
|
1469
879
|
"AutoScalingInstances":{
|
@@ -1490,18 +900,18 @@
|
|
1490
900
|
"BlockDeviceEbsEncrypted":{"type":"boolean"},
|
1491
901
|
"BlockDeviceEbsIops":{
|
1492
902
|
"type":"integer",
|
1493
|
-
"
|
1494
|
-
"
|
903
|
+
"max":20000,
|
904
|
+
"min":100
|
1495
905
|
},
|
1496
906
|
"BlockDeviceEbsVolumeSize":{
|
1497
907
|
"type":"integer",
|
1498
|
-
"
|
1499
|
-
"
|
908
|
+
"max":16384,
|
909
|
+
"min":1
|
1500
910
|
},
|
1501
911
|
"BlockDeviceEbsVolumeType":{
|
1502
912
|
"type":"string",
|
1503
|
-
"
|
1504
|
-
"
|
913
|
+
"max":255,
|
914
|
+
"min":1
|
1505
915
|
},
|
1506
916
|
"BlockDeviceMapping":{
|
1507
917
|
"type":"structure",
|
@@ -1552,7 +962,7 @@
|
|
1552
962
|
"members":{
|
1553
963
|
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
|
1554
964
|
"LaunchConfigurationName":{"shape":"ResourceName"},
|
1555
|
-
"InstanceId":{"shape":"
|
965
|
+
"InstanceId":{"shape":"XmlStringMaxLen19"},
|
1556
966
|
"MinSize":{"shape":"AutoScalingGroupMinSize"},
|
1557
967
|
"MaxSize":{"shape":"AutoScalingGroupMaxSize"},
|
1558
968
|
"DesiredCapacity":{"shape":"AutoScalingGroupDesiredCapacity"},
|
@@ -1564,6 +974,7 @@
|
|
1564
974
|
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
|
1565
975
|
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen255"},
|
1566
976
|
"TerminationPolicies":{"shape":"TerminationPolicies"},
|
977
|
+
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
|
1567
978
|
"Tags":{"shape":"Tags"}
|
1568
979
|
}
|
1569
980
|
},
|
@@ -1578,7 +989,7 @@
|
|
1578
989
|
"ClassicLinkVPCId":{"shape":"XmlStringMaxLen255"},
|
1579
990
|
"ClassicLinkVPCSecurityGroups":{"shape":"ClassicLinkVPCSecurityGroups"},
|
1580
991
|
"UserData":{"shape":"XmlStringUserData"},
|
1581
|
-
"InstanceId":{"shape":"
|
992
|
+
"InstanceId":{"shape":"XmlStringMaxLen19"},
|
1582
993
|
"InstanceType":{"shape":"XmlStringMaxLen255"},
|
1583
994
|
"KernelId":{"shape":"XmlStringMaxLen255"},
|
1584
995
|
"RamdiskId":{"shape":"XmlStringMaxLen255"},
|
@@ -1660,7 +1071,9 @@
|
|
1660
1071
|
"type":"structure",
|
1661
1072
|
"members":{
|
1662
1073
|
"MaxNumberOfAutoScalingGroups":{"shape":"MaxNumberOfAutoScalingGroups"},
|
1663
|
-
"MaxNumberOfLaunchConfigurations":{"shape":"MaxNumberOfLaunchConfigurations"}
|
1074
|
+
"MaxNumberOfLaunchConfigurations":{"shape":"MaxNumberOfLaunchConfigurations"},
|
1075
|
+
"NumberOfAutoScalingGroups":{"shape":"NumberOfAutoScalingGroups"},
|
1076
|
+
"NumberOfLaunchConfigurations":{"shape":"NumberOfLaunchConfigurations"}
|
1664
1077
|
}
|
1665
1078
|
},
|
1666
1079
|
"DescribeAdjustmentTypesAnswer":{
|
@@ -1926,19 +1339,21 @@
|
|
1926
1339
|
"AvailabilityZone",
|
1927
1340
|
"LifecycleState",
|
1928
1341
|
"HealthStatus",
|
1929
|
-
"LaunchConfigurationName"
|
1342
|
+
"LaunchConfigurationName",
|
1343
|
+
"ProtectedFromScaleIn"
|
1930
1344
|
],
|
1931
1345
|
"members":{
|
1932
|
-
"InstanceId":{"shape":"
|
1346
|
+
"InstanceId":{"shape":"XmlStringMaxLen19"},
|
1933
1347
|
"AvailabilityZone":{"shape":"XmlStringMaxLen255"},
|
1934
1348
|
"LifecycleState":{"shape":"LifecycleState"},
|
1935
1349
|
"HealthStatus":{"shape":"XmlStringMaxLen32"},
|
1936
|
-
"LaunchConfigurationName":{"shape":"XmlStringMaxLen255"}
|
1350
|
+
"LaunchConfigurationName":{"shape":"XmlStringMaxLen255"},
|
1351
|
+
"ProtectedFromScaleIn":{"shape":"InstanceProtected"}
|
1937
1352
|
}
|
1938
1353
|
},
|
1939
1354
|
"InstanceIds":{
|
1940
1355
|
"type":"list",
|
1941
|
-
"member":{"shape":"
|
1356
|
+
"member":{"shape":"XmlStringMaxLen19"}
|
1942
1357
|
},
|
1943
1358
|
"InstanceMonitoring":{
|
1944
1359
|
"type":"structure",
|
@@ -1946,6 +1361,7 @@
|
|
1946
1361
|
"Enabled":{"shape":"MonitoringEnabled"}
|
1947
1362
|
}
|
1948
1363
|
},
|
1364
|
+
"InstanceProtected":{"type":"boolean"},
|
1949
1365
|
"Instances":{
|
1950
1366
|
"type":"list",
|
1951
1367
|
"member":{"shape":"Instance"}
|
@@ -2026,8 +1442,8 @@
|
|
2026
1442
|
"LifecycleActionResult":{"type":"string"},
|
2027
1443
|
"LifecycleActionToken":{
|
2028
1444
|
"type":"string",
|
2029
|
-
"
|
2030
|
-
"
|
1445
|
+
"max":36,
|
1446
|
+
"min":36
|
2031
1447
|
},
|
2032
1448
|
"LifecycleHook":{
|
2033
1449
|
"type":"structure",
|
@@ -2144,6 +1560,8 @@
|
|
2144
1560
|
"type":"list",
|
2145
1561
|
"member":{"shape":"NotificationConfiguration"}
|
2146
1562
|
},
|
1563
|
+
"NumberOfAutoScalingGroups":{"type":"integer"},
|
1564
|
+
"NumberOfLaunchConfigurations":{"type":"integer"},
|
2147
1565
|
"PoliciesType":{
|
2148
1566
|
"type":"structure",
|
2149
1567
|
"members":{
|
@@ -2189,6 +1607,7 @@
|
|
2189
1607
|
},
|
2190
1608
|
"Progress":{"type":"integer"},
|
2191
1609
|
"PropagateAtLaunch":{"type":"boolean"},
|
1610
|
+
"ProtectedFromScaleIn":{"type":"boolean"},
|
2192
1611
|
"PutLifecycleHookAnswer":{
|
2193
1612
|
"type":"structure",
|
2194
1613
|
"members":{
|
@@ -2307,8 +1726,8 @@
|
|
2307
1726
|
},
|
2308
1727
|
"ResourceName":{
|
2309
1728
|
"type":"string",
|
2310
|
-
"min":1,
|
2311
1729
|
"max":1600,
|
1730
|
+
"min":1,
|
2312
1731
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
2313
1732
|
},
|
2314
1733
|
"ScalingActivityInProgressFault":{
|
@@ -2326,6 +1745,7 @@
|
|
2326
1745
|
"ScalingActivityStatusCode":{
|
2327
1746
|
"type":"string",
|
2328
1747
|
"enum":[
|
1748
|
+
"PendingSpotBidPlacement",
|
2329
1749
|
"WaitingForSpotInstanceRequestId",
|
2330
1750
|
"WaitingForSpotInstanceId",
|
2331
1751
|
"WaitingForInstanceId",
|
@@ -2422,17 +1842,35 @@
|
|
2422
1842
|
"HealthStatus"
|
2423
1843
|
],
|
2424
1844
|
"members":{
|
2425
|
-
"InstanceId":{"shape":"
|
1845
|
+
"InstanceId":{"shape":"XmlStringMaxLen19"},
|
2426
1846
|
"HealthStatus":{"shape":"XmlStringMaxLen32"},
|
2427
1847
|
"ShouldRespectGracePeriod":{"shape":"ShouldRespectGracePeriod"}
|
2428
1848
|
}
|
2429
1849
|
},
|
1850
|
+
"SetInstanceProtectionAnswer":{
|
1851
|
+
"type":"structure",
|
1852
|
+
"members":{
|
1853
|
+
}
|
1854
|
+
},
|
1855
|
+
"SetInstanceProtectionQuery":{
|
1856
|
+
"type":"structure",
|
1857
|
+
"required":[
|
1858
|
+
"InstanceIds",
|
1859
|
+
"AutoScalingGroupName",
|
1860
|
+
"ProtectedFromScaleIn"
|
1861
|
+
],
|
1862
|
+
"members":{
|
1863
|
+
"InstanceIds":{"shape":"InstanceIds"},
|
1864
|
+
"AutoScalingGroupName":{"shape":"ResourceName"},
|
1865
|
+
"ProtectedFromScaleIn":{"shape":"ProtectedFromScaleIn"}
|
1866
|
+
}
|
1867
|
+
},
|
2430
1868
|
"ShouldDecrementDesiredCapacity":{"type":"boolean"},
|
2431
1869
|
"ShouldRespectGracePeriod":{"type":"boolean"},
|
2432
1870
|
"SpotPrice":{
|
2433
1871
|
"type":"string",
|
2434
|
-
"
|
2435
|
-
"
|
1872
|
+
"max":255,
|
1873
|
+
"min":1
|
2436
1874
|
},
|
2437
1875
|
"StepAdjustment":{
|
2438
1876
|
"type":"structure",
|
@@ -2485,14 +1923,14 @@
|
|
2485
1923
|
},
|
2486
1924
|
"TagKey":{
|
2487
1925
|
"type":"string",
|
2488
|
-
"min":1,
|
2489
1926
|
"max":128,
|
1927
|
+
"min":1,
|
2490
1928
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
2491
1929
|
},
|
2492
1930
|
"TagValue":{
|
2493
1931
|
"type":"string",
|
2494
|
-
"min":0,
|
2495
1932
|
"max":256,
|
1933
|
+
"min":0,
|
2496
1934
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
2497
1935
|
},
|
2498
1936
|
"Tags":{
|
@@ -2513,7 +1951,7 @@
|
|
2513
1951
|
"ShouldDecrementDesiredCapacity"
|
2514
1952
|
],
|
2515
1953
|
"members":{
|
2516
|
-
"InstanceId":{"shape":"
|
1954
|
+
"InstanceId":{"shape":"XmlStringMaxLen19"},
|
2517
1955
|
"ShouldDecrementDesiredCapacity":{"shape":"ShouldDecrementDesiredCapacity"}
|
2518
1956
|
}
|
2519
1957
|
},
|
@@ -2537,7 +1975,8 @@
|
|
2537
1975
|
"HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
|
2538
1976
|
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
|
2539
1977
|
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen255"},
|
2540
|
-
"TerminationPolicies":{"shape":"TerminationPolicies"}
|
1978
|
+
"TerminationPolicies":{"shape":"TerminationPolicies"},
|
1979
|
+
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"}
|
2541
1980
|
}
|
2542
1981
|
},
|
2543
1982
|
"Values":{
|
@@ -2550,38 +1989,38 @@
|
|
2550
1989
|
},
|
2551
1990
|
"XmlStringMaxLen1023":{
|
2552
1991
|
"type":"string",
|
2553
|
-
"min":1,
|
2554
1992
|
"max":1023,
|
1993
|
+
"min":1,
|
2555
1994
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
2556
1995
|
},
|
2557
|
-
"
|
1996
|
+
"XmlStringMaxLen1600":{
|
2558
1997
|
"type":"string",
|
1998
|
+
"max":1600,
|
2559
1999
|
"min":1,
|
2560
|
-
"max":16,
|
2561
2000
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
2562
2001
|
},
|
2563
|
-
"
|
2002
|
+
"XmlStringMaxLen19":{
|
2564
2003
|
"type":"string",
|
2004
|
+
"max":19,
|
2565
2005
|
"min":1,
|
2566
|
-
"max":1600,
|
2567
2006
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
2568
2007
|
},
|
2569
2008
|
"XmlStringMaxLen255":{
|
2570
2009
|
"type":"string",
|
2571
|
-
"min":1,
|
2572
2010
|
"max":255,
|
2011
|
+
"min":1,
|
2573
2012
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
2574
2013
|
},
|
2575
2014
|
"XmlStringMaxLen32":{
|
2576
2015
|
"type":"string",
|
2577
|
-
"min":1,
|
2578
2016
|
"max":32,
|
2017
|
+
"min":1,
|
2579
2018
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
2580
2019
|
},
|
2581
2020
|
"XmlStringMaxLen64":{
|
2582
2021
|
"type":"string",
|
2583
|
-
"min":1,
|
2584
2022
|
"max":64,
|
2023
|
+
"min":1,
|
2585
2024
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
2586
2025
|
},
|
2587
2026
|
"XmlStringUserData":{
|