aws-sdk-core 2.2.6 → 2.2.7

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.
@@ -706,6 +706,11 @@
706
706
  "shape":"UnauthorizedException",
707
707
  "error":{"httpStatusCode":401},
708
708
  "exception":true
709
+ },
710
+ {
711
+ "shape":"ThrottlingException",
712
+ "error":{"httpStatusCode":429},
713
+ "exception":true
709
714
  }
710
715
  ]
711
716
  },
@@ -1731,7 +1736,10 @@
1731
1736
  "max":64,
1732
1737
  "pattern":"(0x)?[a-fA-F0-9]+"
1733
1738
  },
1734
- "CertificatePem":{"type":"string"},
1739
+ "CertificatePem":{
1740
+ "type":"string",
1741
+ "min":1
1742
+ },
1735
1743
  "CertificateSigningRequest":{
1736
1744
  "type":"string",
1737
1745
  "min":1
@@ -2527,7 +2535,8 @@
2527
2535
  },
2528
2536
  "PrivateKey":{
2529
2537
  "type":"string",
2530
- "min":1
2538
+ "min":1,
2539
+ "sensitive":true
2531
2540
  },
2532
2541
  "PublicKey":{
2533
2542
  "type":"string",
@@ -0,0 +1,5 @@
1
+ {
2
+ "version":"1.0",
3
+ "examples":{
4
+ }
5
+ }
@@ -1725,7 +1725,9 @@
1725
1725
  "TdeCredentialPassword":{"shape":"String"},
1726
1726
  "StorageEncrypted":{"shape":"BooleanOptional"},
1727
1727
  "KmsKeyId":{"shape":"String"},
1728
- "CopyTagsToSnapshot":{"shape":"BooleanOptional"}
1728
+ "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
1729
+ "MonitoringInterval":{"shape":"IntegerOptional"},
1730
+ "MonitoringRoleArn":{"shape":"String"}
1729
1731
  }
1730
1732
  },
1731
1733
  "CreateDBInstanceReadReplicaMessage":{
@@ -1747,7 +1749,9 @@
1747
1749
  "Tags":{"shape":"TagList"},
1748
1750
  "DBSubnetGroupName":{"shape":"String"},
1749
1751
  "StorageType":{"shape":"String"},
1750
- "CopyTagsToSnapshot":{"shape":"BooleanOptional"}
1752
+ "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
1753
+ "MonitoringInterval":{"shape":"IntegerOptional"},
1754
+ "MonitoringRoleArn":{"shape":"String"}
1751
1755
  }
1752
1756
  },
1753
1757
  "CreateDBInstanceReadReplicaResult":{
@@ -2166,7 +2170,10 @@
2166
2170
  "KmsKeyId":{"shape":"String"},
2167
2171
  "DbiResourceId":{"shape":"String"},
2168
2172
  "CACertificateIdentifier":{"shape":"String"},
2169
- "CopyTagsToSnapshot":{"shape":"Boolean"}
2173
+ "CopyTagsToSnapshot":{"shape":"Boolean"},
2174
+ "MonitoringInterval":{"shape":"IntegerOptional"},
2175
+ "EnhancedMonitoringResourceArn":{"shape":"String"},
2176
+ "MonitoringRoleArn":{"shape":"String"}
2170
2177
  },
2171
2178
  "wrapper":true
2172
2179
  },
@@ -3494,8 +3501,10 @@
3494
3501
  "TdeCredentialPassword":{"shape":"String"},
3495
3502
  "CACertificateIdentifier":{"shape":"String"},
3496
3503
  "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
3504
+ "MonitoringInterval":{"shape":"IntegerOptional"},
3497
3505
  "DBPortNumber":{"shape":"IntegerOptional"},
3498
- "PubliclyAccessible":{"shape":"BooleanOptional"}
3506
+ "PubliclyAccessible":{"shape":"BooleanOptional"},
3507
+ "MonitoringRoleArn":{"shape":"String"}
3499
3508
  }
3500
3509
  },
3501
3510
  "ModifyDBInstanceResult":{
@@ -3794,7 +3803,8 @@
3794
3803
  "Vpc":{"shape":"Boolean"},
3795
3804
  "SupportsStorageEncryption":{"shape":"Boolean"},
3796
3805
  "StorageType":{"shape":"String"},
3797
- "SupportsIops":{"shape":"Boolean"}
3806
+ "SupportsIops":{"shape":"Boolean"},
3807
+ "SupportsEnhancedMonitoring":{"shape":"Boolean"}
3798
3808
  },
3799
3809
  "wrapper":true
3800
3810
  },
@@ -4,11 +4,11 @@
4
4
  "apiVersion":"2014-11-06",
5
5
  "endpointPrefix":"ssm",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceAbbreviation":"Amazon SSM",
8
9
  "serviceFullName":"Amazon Simple Systems Management Service",
9
10
  "signatureVersion":"v4",
10
- "targetPrefix":"AmazonSSM",
11
- "protocol":"json"
11
+ "targetPrefix":"AmazonSSM"
12
12
  },
13
13
  "operations":{
14
14
  "CancelCommand":{
@@ -20,33 +20,9 @@
20
20
  "input":{"shape":"CancelCommandRequest"},
21
21
  "output":{"shape":"CancelCommandResult"},
22
22
  "errors":[
23
- {
24
- "shape":"InvalidCommandId",
25
- "error":{
26
- "code":"InvalidCommandId",
27
- "httpStatusCode":404,
28
- "senderFault":true
29
- },
30
- "exception":true
31
- },
32
- {
33
- "shape":"InvalidInstanceId",
34
- "error":{
35
- "code":"InvalidInstanceId",
36
- "httpStatusCode":404,
37
- "senderFault":true
38
- },
39
- "exception":true
40
- },
41
- {
42
- "shape":"DuplicateInstanceId",
43
- "error":{
44
- "code":"DuplicateInstanceId",
45
- "httpStatusCode":404,
46
- "senderFault":true
47
- },
48
- "exception":true
49
- }
23
+ {"shape":"InvalidCommandId"},
24
+ {"shape":"InvalidInstanceId"},
25
+ {"shape":"DuplicateInstanceId"}
50
26
  ]
51
27
  },
52
28
  "CreateAssociation":{
@@ -58,68 +34,13 @@
58
34
  "input":{"shape":"CreateAssociationRequest"},
59
35
  "output":{"shape":"CreateAssociationResult"},
60
36
  "errors":[
61
- {
62
- "shape":"AssociationAlreadyExists",
63
- "error":{
64
- "code":"AssociationAlreadyExists",
65
- "httpStatusCode":400,
66
- "senderFault":true
67
- },
68
- "exception":true
69
- },
70
- {
71
- "shape":"AssociationLimitExceeded",
72
- "error":{
73
- "code":"AssociationLimitExceeded",
74
- "httpStatusCode":400,
75
- "senderFault":true
76
- },
77
- "exception":true
78
- },
79
- {
80
- "shape":"InternalServerError",
81
- "error":{
82
- "code":"InternalServerError",
83
- "httpStatusCode":500
84
- },
85
- "exception":true
86
- },
87
- {
88
- "shape":"InvalidDocument",
89
- "error":{
90
- "code":"InvalidDocument",
91
- "httpStatusCode":404,
92
- "senderFault":true
93
- },
94
- "exception":true
95
- },
96
- {
97
- "shape":"InvalidInstanceId",
98
- "error":{
99
- "code":"InvalidInstanceId",
100
- "httpStatusCode":404,
101
- "senderFault":true
102
- },
103
- "exception":true
104
- },
105
- {
106
- "shape":"UnsupportedPlatformType",
107
- "error":{
108
- "code":"UnsupportedPlatformType",
109
- "httpStatusCode":400,
110
- "senderFault":true
111
- },
112
- "exception":true
113
- },
114
- {
115
- "shape":"InvalidParameters",
116
- "error":{
117
- "code":"InvalidParameters",
118
- "httpStatusCode":400,
119
- "senderFault":true
120
- },
121
- "exception":true
122
- }
37
+ {"shape":"AssociationAlreadyExists"},
38
+ {"shape":"AssociationLimitExceeded"},
39
+ {"shape":"InternalServerError"},
40
+ {"shape":"InvalidDocument"},
41
+ {"shape":"InvalidInstanceId"},
42
+ {"shape":"UnsupportedPlatformType"},
43
+ {"shape":"InvalidParameters"}
123
44
  ]
124
45
  },
125
46
  "CreateAssociationBatch":{
@@ -131,68 +52,13 @@
131
52
  "input":{"shape":"CreateAssociationBatchRequest"},
132
53
  "output":{"shape":"CreateAssociationBatchResult"},
133
54
  "errors":[
134
- {
135
- "shape":"InternalServerError",
136
- "error":{
137
- "code":"InternalServerError",
138
- "httpStatusCode":500
139
- },
140
- "exception":true
141
- },
142
- {
143
- "shape":"InvalidDocument",
144
- "error":{
145
- "code":"InvalidDocument",
146
- "httpStatusCode":404,
147
- "senderFault":true
148
- },
149
- "exception":true
150
- },
151
- {
152
- "shape":"InvalidInstanceId",
153
- "error":{
154
- "code":"InvalidInstanceId",
155
- "httpStatusCode":404,
156
- "senderFault":true
157
- },
158
- "exception":true
159
- },
160
- {
161
- "shape":"InvalidParameters",
162
- "error":{
163
- "code":"InvalidParameters",
164
- "httpStatusCode":400,
165
- "senderFault":true
166
- },
167
- "exception":true
168
- },
169
- {
170
- "shape":"DuplicateInstanceId",
171
- "error":{
172
- "code":"DuplicateInstanceId",
173
- "httpStatusCode":404,
174
- "senderFault":true
175
- },
176
- "exception":true
177
- },
178
- {
179
- "shape":"AssociationLimitExceeded",
180
- "error":{
181
- "code":"AssociationLimitExceeded",
182
- "httpStatusCode":400,
183
- "senderFault":true
184
- },
185
- "exception":true
186
- },
187
- {
188
- "shape":"UnsupportedPlatformType",
189
- "error":{
190
- "code":"UnsupportedPlatformType",
191
- "httpStatusCode":400,
192
- "senderFault":true
193
- },
194
- "exception":true
195
- }
55
+ {"shape":"InternalServerError"},
56
+ {"shape":"InvalidDocument"},
57
+ {"shape":"InvalidInstanceId"},
58
+ {"shape":"InvalidParameters"},
59
+ {"shape":"DuplicateInstanceId"},
60
+ {"shape":"AssociationLimitExceeded"},
61
+ {"shape":"UnsupportedPlatformType"}
196
62
  ]
197
63
  },
198
64
  "CreateDocument":{
@@ -204,50 +70,11 @@
204
70
  "input":{"shape":"CreateDocumentRequest"},
205
71
  "output":{"shape":"CreateDocumentResult"},
206
72
  "errors":[
207
- {
208
- "shape":"DocumentAlreadyExists",
209
- "error":{
210
- "code":"DocumentAlreadyExists",
211
- "httpStatusCode":400,
212
- "senderFault":true
213
- },
214
- "exception":true
215
- },
216
- {
217
- "shape":"MaxDocumentSizeExceeded",
218
- "error":{
219
- "code":"MaxDocumentSizeExceeded",
220
- "httpStatusCode":400,
221
- "senderFault":true
222
- },
223
- "exception":true
224
- },
225
- {
226
- "shape":"InternalServerError",
227
- "error":{
228
- "code":"InternalServerError",
229
- "httpStatusCode":500
230
- },
231
- "exception":true
232
- },
233
- {
234
- "shape":"InvalidDocumentContent",
235
- "error":{
236
- "code":"InvalidDocumentContent",
237
- "httpStatusCode":400,
238
- "senderFault":true
239
- },
240
- "exception":true
241
- },
242
- {
243
- "shape":"DocumentLimitExceeded",
244
- "error":{
245
- "code":"DocumentLimitExceeded",
246
- "httpStatusCode":400,
247
- "senderFault":true
248
- },
249
- "exception":true
250
- }
73
+ {"shape":"DocumentAlreadyExists"},
74
+ {"shape":"MaxDocumentSizeExceeded"},
75
+ {"shape":"InternalServerError"},
76
+ {"shape":"InvalidDocumentContent"},
77
+ {"shape":"DocumentLimitExceeded"}
251
78
  ]
252
79
  },
253
80
  "DeleteAssociation":{
@@ -259,50 +86,11 @@
259
86
  "input":{"shape":"DeleteAssociationRequest"},
260
87
  "output":{"shape":"DeleteAssociationResult"},
261
88
  "errors":[
262
- {
263
- "shape":"AssociationDoesNotExist",
264
- "error":{
265
- "code":"AssociationDoesNotExist",
266
- "httpStatusCode":404,
267
- "senderFault":true
268
- },
269
- "exception":true
270
- },
271
- {
272
- "shape":"InternalServerError",
273
- "error":{
274
- "code":"InternalServerError",
275
- "httpStatusCode":500
276
- },
277
- "exception":true
278
- },
279
- {
280
- "shape":"InvalidDocument",
281
- "error":{
282
- "code":"InvalidDocument",
283
- "httpStatusCode":404,
284
- "senderFault":true
285
- },
286
- "exception":true
287
- },
288
- {
289
- "shape":"InvalidInstanceId",
290
- "error":{
291
- "code":"InvalidInstanceId",
292
- "httpStatusCode":404,
293
- "senderFault":true
294
- },
295
- "exception":true
296
- },
297
- {
298
- "shape":"TooManyUpdates",
299
- "error":{
300
- "code":"TooManyUpdates",
301
- "httpStatusCode":429,
302
- "senderFault":true
303
- },
304
- "exception":true
305
- }
89
+ {"shape":"AssociationDoesNotExist"},
90
+ {"shape":"InternalServerError"},
91
+ {"shape":"InvalidDocument"},
92
+ {"shape":"InvalidInstanceId"},
93
+ {"shape":"TooManyUpdates"}
306
94
  ]
307
95
  },
308
96
  "DeleteDocument":{
@@ -314,32 +102,9 @@
314
102
  "input":{"shape":"DeleteDocumentRequest"},
315
103
  "output":{"shape":"DeleteDocumentResult"},
316
104
  "errors":[
317
- {
318
- "shape":"InternalServerError",
319
- "error":{
320
- "code":"InternalServerError",
321
- "httpStatusCode":500
322
- },
323
- "exception":true
324
- },
325
- {
326
- "shape":"InvalidDocument",
327
- "error":{
328
- "code":"InvalidDocument",
329
- "httpStatusCode":404,
330
- "senderFault":true
331
- },
332
- "exception":true
333
- },
334
- {
335
- "shape":"AssociatedInstances",
336
- "error":{
337
- "code":"AssociatedInstances",
338
- "httpStatusCode":400,
339
- "senderFault":true
340
- },
341
- "exception":true
342
- }
105
+ {"shape":"InternalServerError"},
106
+ {"shape":"InvalidDocument"},
107
+ {"shape":"AssociatedInstances"}
343
108
  ]
344
109
  },
345
110
  "DescribeAssociation":{
@@ -351,41 +116,10 @@
351
116
  "input":{"shape":"DescribeAssociationRequest"},
352
117
  "output":{"shape":"DescribeAssociationResult"},
353
118
  "errors":[
354
- {
355
- "shape":"AssociationDoesNotExist",
356
- "error":{
357
- "code":"AssociationDoesNotExist",
358
- "httpStatusCode":404,
359
- "senderFault":true
360
- },
361
- "exception":true
362
- },
363
- {
364
- "shape":"InternalServerError",
365
- "error":{
366
- "code":"InternalServerError",
367
- "httpStatusCode":500
368
- },
369
- "exception":true
370
- },
371
- {
372
- "shape":"InvalidDocument",
373
- "error":{
374
- "code":"InvalidDocument",
375
- "httpStatusCode":404,
376
- "senderFault":true
377
- },
378
- "exception":true
379
- },
380
- {
381
- "shape":"InvalidInstanceId",
382
- "error":{
383
- "code":"InvalidInstanceId",
384
- "httpStatusCode":404,
385
- "senderFault":true
386
- },
387
- "exception":true
388
- }
119
+ {"shape":"AssociationDoesNotExist"},
120
+ {"shape":"InternalServerError"},
121
+ {"shape":"InvalidDocument"},
122
+ {"shape":"InvalidInstanceId"}
389
123
  ]
390
124
  },
391
125
  "DescribeDocument":{
@@ -397,23 +131,8 @@
397
131
  "input":{"shape":"DescribeDocumentRequest"},
398
132
  "output":{"shape":"DescribeDocumentResult"},
399
133
  "errors":[
400
- {
401
- "shape":"InternalServerError",
402
- "error":{
403
- "code":"InternalServerError",
404
- "httpStatusCode":500
405
- },
406
- "exception":true
407
- },
408
- {
409
- "shape":"InvalidDocument",
410
- "error":{
411
- "code":"InvalidDocument",
412
- "httpStatusCode":404,
413
- "senderFault":true
414
- },
415
- "exception":true
416
- }
134
+ {"shape":"InternalServerError"},
135
+ {"shape":"InvalidDocument"}
417
136
  ]
418
137
  },
419
138
  "DescribeInstanceInformation":{
@@ -425,50 +144,11 @@
425
144
  "input":{"shape":"DescribeInstanceInformationRequest"},
426
145
  "output":{"shape":"DescribeInstanceInformationResult"},
427
146
  "errors":[
428
- {
429
- "shape":"InternalServerError",
430
- "error":{
431
- "code":"InternalServerError",
432
- "httpStatusCode":500
433
- },
434
- "exception":true
435
- },
436
- {
437
- "shape":"InvalidInstanceId",
438
- "error":{
439
- "code":"InvalidInstanceId",
440
- "httpStatusCode":404,
441
- "senderFault":true
442
- },
443
- "exception":true
444
- },
445
- {
446
- "shape":"InvalidNextToken",
447
- "error":{
448
- "code":"InvalidNextToken",
449
- "httpStatusCode":400,
450
- "senderFault":true
451
- },
452
- "exception":true
453
- },
454
- {
455
- "shape":"InvalidInstanceInformationFilterValue",
456
- "error":{
457
- "code":"InvalidInstanceInformationFilterValue",
458
- "httpStatusCode":400,
459
- "senderFault":true
460
- },
461
- "exception":true
462
- },
463
- {
464
- "shape":"InvalidFilterKey",
465
- "error":{
466
- "code":"InvalidFilterKey",
467
- "httpStatusCode":400,
468
- "senderFault":true
469
- },
470
- "exception":true
471
- }
147
+ {"shape":"InternalServerError"},
148
+ {"shape":"InvalidInstanceId"},
149
+ {"shape":"InvalidNextToken"},
150
+ {"shape":"InvalidInstanceInformationFilterValue"},
151
+ {"shape":"InvalidFilterKey"}
472
152
  ]
473
153
  },
474
154
  "GetDocument":{
@@ -480,23 +160,8 @@
480
160
  "input":{"shape":"GetDocumentRequest"},
481
161
  "output":{"shape":"GetDocumentResult"},
482
162
  "errors":[
483
- {
484
- "shape":"InternalServerError",
485
- "error":{
486
- "code":"InternalServerError",
487
- "httpStatusCode":500
488
- },
489
- "exception":true
490
- },
491
- {
492
- "shape":"InvalidDocument",
493
- "error":{
494
- "code":"InvalidDocument",
495
- "httpStatusCode":404,
496
- "senderFault":true
497
- },
498
- "exception":true
499
- }
163
+ {"shape":"InternalServerError"},
164
+ {"shape":"InvalidDocument"}
500
165
  ]
501
166
  },
502
167
  "ListAssociations":{
@@ -508,23 +173,8 @@
508
173
  "input":{"shape":"ListAssociationsRequest"},
509
174
  "output":{"shape":"ListAssociationsResult"},
510
175
  "errors":[
511
- {
512
- "shape":"InternalServerError",
513
- "error":{
514
- "code":"InternalServerError",
515
- "httpStatusCode":500
516
- },
517
- "exception":true
518
- },
519
- {
520
- "shape":"InvalidNextToken",
521
- "error":{
522
- "code":"InvalidNextToken",
523
- "httpStatusCode":400,
524
- "senderFault":true
525
- },
526
- "exception":true
527
- }
176
+ {"shape":"InternalServerError"},
177
+ {"shape":"InvalidNextToken"}
528
178
  ]
529
179
  },
530
180
  "ListCommandInvocations":{
@@ -536,42 +186,10 @@
536
186
  "input":{"shape":"ListCommandInvocationsRequest"},
537
187
  "output":{"shape":"ListCommandInvocationsResult"},
538
188
  "errors":[
539
- {
540
- "shape":"InvalidCommandId",
541
- "error":{
542
- "code":"InvalidCommandId",
543
- "httpStatusCode":404,
544
- "senderFault":true
545
- },
546
- "exception":true
547
- },
548
- {
549
- "shape":"InvalidInstanceId",
550
- "error":{
551
- "code":"InvalidInstanceId",
552
- "httpStatusCode":404,
553
- "senderFault":true
554
- },
555
- "exception":true
556
- },
557
- {
558
- "shape":"InvalidFilterKey",
559
- "error":{
560
- "code":"InvalidFilterKey",
561
- "httpStatusCode":400,
562
- "senderFault":true
563
- },
564
- "exception":true
565
- },
566
- {
567
- "shape":"InvalidNextToken",
568
- "error":{
569
- "code":"InvalidNextToken",
570
- "httpStatusCode":400,
571
- "senderFault":true
572
- },
573
- "exception":true
574
- }
189
+ {"shape":"InvalidCommandId"},
190
+ {"shape":"InvalidInstanceId"},
191
+ {"shape":"InvalidFilterKey"},
192
+ {"shape":"InvalidNextToken"}
575
193
  ]
576
194
  },
577
195
  "ListCommands":{
@@ -583,42 +201,10 @@
583
201
  "input":{"shape":"ListCommandsRequest"},
584
202
  "output":{"shape":"ListCommandsResult"},
585
203
  "errors":[
586
- {
587
- "shape":"InvalidCommandId",
588
- "error":{
589
- "code":"InvalidCommandId",
590
- "httpStatusCode":404,
591
- "senderFault":true
592
- },
593
- "exception":true
594
- },
595
- {
596
- "shape":"InvalidInstanceId",
597
- "error":{
598
- "code":"InvalidInstanceId",
599
- "httpStatusCode":404,
600
- "senderFault":true
601
- },
602
- "exception":true
603
- },
604
- {
605
- "shape":"InvalidFilterKey",
606
- "error":{
607
- "code":"InvalidFilterKey",
608
- "httpStatusCode":400,
609
- "senderFault":true
610
- },
611
- "exception":true
612
- },
613
- {
614
- "shape":"InvalidNextToken",
615
- "error":{
616
- "code":"InvalidNextToken",
617
- "httpStatusCode":400,
618
- "senderFault":true
619
- },
620
- "exception":true
621
- }
204
+ {"shape":"InvalidCommandId"},
205
+ {"shape":"InvalidInstanceId"},
206
+ {"shape":"InvalidFilterKey"},
207
+ {"shape":"InvalidNextToken"}
622
208
  ]
623
209
  },
624
210
  "ListDocuments":{
@@ -630,32 +216,9 @@
630
216
  "input":{"shape":"ListDocumentsRequest"},
631
217
  "output":{"shape":"ListDocumentsResult"},
632
218
  "errors":[
633
- {
634
- "shape":"InternalServerError",
635
- "error":{
636
- "code":"InternalServerError",
637
- "httpStatusCode":500
638
- },
639
- "exception":true
640
- },
641
- {
642
- "shape":"InvalidNextToken",
643
- "error":{
644
- "code":"InvalidNextToken",
645
- "httpStatusCode":400,
646
- "senderFault":true
647
- },
648
- "exception":true
649
- },
650
- {
651
- "shape":"InvalidFilterKey",
652
- "error":{
653
- "code":"InvalidFilterKey",
654
- "httpStatusCode":400,
655
- "senderFault":true
656
- },
657
- "exception":true
658
- }
219
+ {"shape":"InternalServerError"},
220
+ {"shape":"InvalidNextToken"},
221
+ {"shape":"InvalidFilterKey"}
659
222
  ]
660
223
  },
661
224
  "SendCommand":{
@@ -667,60 +230,12 @@
667
230
  "input":{"shape":"SendCommandRequest"},
668
231
  "output":{"shape":"SendCommandResult"},
669
232
  "errors":[
670
- {
671
- "shape":"DuplicateInstanceId",
672
- "error":{
673
- "code":"DuplicateInstanceId",
674
- "httpStatusCode":404,
675
- "senderFault":true
676
- },
677
- "exception":true
678
- },
679
- {
680
- "shape":"InvalidInstanceId",
681
- "error":{
682
- "code":"InvalidInstanceId",
683
- "httpStatusCode":404,
684
- "senderFault":true
685
- },
686
- "exception":true
687
- },
688
- {
689
- "shape":"InvalidDocument",
690
- "error":{
691
- "code":"InvalidDocument",
692
- "httpStatusCode":404,
693
- "senderFault":true
694
- },
695
- "exception":true
696
- },
697
- {
698
- "shape":"InvalidOutputFolder",
699
- "error":{
700
- "code":"InvalidOutputFolder",
701
- "httpStatusCode":400,
702
- "senderFault":true
703
- },
704
- "exception":true
705
- },
706
- {
707
- "shape":"InvalidParameters",
708
- "error":{
709
- "code":"InvalidParameters",
710
- "httpStatusCode":400,
711
- "senderFault":true
712
- },
713
- "exception":true
714
- },
715
- {
716
- "shape":"UnsupportedPlatformType",
717
- "error":{
718
- "code":"UnsupportedPlatformType",
719
- "httpStatusCode":400,
720
- "senderFault":true
721
- },
722
- "exception":true
723
- }
233
+ {"shape":"DuplicateInstanceId"},
234
+ {"shape":"InvalidInstanceId"},
235
+ {"shape":"InvalidDocument"},
236
+ {"shape":"InvalidOutputFolder"},
237
+ {"shape":"InvalidParameters"},
238
+ {"shape":"UnsupportedPlatformType"}
724
239
  ]
725
240
  },
726
241
  "UpdateAssociationStatus":{
@@ -732,59 +247,12 @@
732
247
  "input":{"shape":"UpdateAssociationStatusRequest"},
733
248
  "output":{"shape":"UpdateAssociationStatusResult"},
734
249
  "errors":[
735
- {
736
- "shape":"InternalServerError",
737
- "error":{
738
- "code":"InternalServerError",
739
- "httpStatusCode":500
740
- },
741
- "exception":true
742
- },
743
- {
744
- "shape":"InvalidInstanceId",
745
- "error":{
746
- "code":"InvalidInstanceId",
747
- "httpStatusCode":404,
748
- "senderFault":true
749
- },
750
- "exception":true
751
- },
752
- {
753
- "shape":"InvalidDocument",
754
- "error":{
755
- "code":"InvalidDocument",
756
- "httpStatusCode":404,
757
- "senderFault":true
758
- },
759
- "exception":true
760
- },
761
- {
762
- "shape":"AssociationDoesNotExist",
763
- "error":{
764
- "code":"AssociationDoesNotExist",
765
- "httpStatusCode":404,
766
- "senderFault":true
767
- },
768
- "exception":true
769
- },
770
- {
771
- "shape":"StatusUnchanged",
772
- "error":{
773
- "code":"StatusUnchanged",
774
- "httpStatusCode":400,
775
- "senderFault":true
776
- },
777
- "exception":true
778
- },
779
- {
780
- "shape":"TooManyUpdates",
781
- "error":{
782
- "code":"TooManyUpdates",
783
- "httpStatusCode":429,
784
- "senderFault":true
785
- },
786
- "exception":true
787
- }
250
+ {"shape":"InternalServerError"},
251
+ {"shape":"InvalidInstanceId"},
252
+ {"shape":"InvalidDocument"},
253
+ {"shape":"AssociationDoesNotExist"},
254
+ {"shape":"StatusUnchanged"},
255
+ {"shape":"TooManyUpdates"}
788
256
  ]
789
257
  }
790
258
  },
@@ -793,11 +261,6 @@
793
261
  "type":"structure",
794
262
  "members":{
795
263
  },
796
- "error":{
797
- "code":"AssociatedInstances",
798
- "httpStatusCode":400,
799
- "senderFault":true
800
- },
801
264
  "exception":true
802
265
  },
803
266
  "Association":{
@@ -811,11 +274,6 @@
811
274
  "type":"structure",
812
275
  "members":{
813
276
  },
814
- "error":{
815
- "code":"AssociationAlreadyExists",
816
- "httpStatusCode":400,
817
- "senderFault":true
818
- },
819
277
  "exception":true
820
278
  },
821
279
  "AssociationDescription":{
@@ -839,11 +297,6 @@
839
297
  "type":"structure",
840
298
  "members":{
841
299
  },
842
- "error":{
843
- "code":"AssociationDoesNotExist",
844
- "httpStatusCode":404,
845
- "senderFault":true
846
- },
847
300
  "exception":true
848
301
  },
849
302
  "AssociationFilter":{
@@ -880,11 +333,6 @@
880
333
  "type":"structure",
881
334
  "members":{
882
335
  },
883
- "error":{
884
- "code":"AssociationLimitExceeded",
885
- "httpStatusCode":400,
886
- "senderFault":true
887
- },
888
336
  "exception":true
889
337
  },
890
338
  "AssociationList":{
@@ -968,8 +416,8 @@
968
416
  "CommandFilterList":{
969
417
  "type":"list",
970
418
  "member":{"shape":"CommandFilter"},
971
- "min":1,
972
- "max":3
419
+ "max":3,
420
+ "min":1
973
421
  },
974
422
  "CommandFilterValue":{
975
423
  "type":"string",
@@ -977,8 +425,8 @@
977
425
  },
978
426
  "CommandId":{
979
427
  "type":"string",
980
- "min":36,
981
- "max":36
428
+ "max":36,
429
+ "min":36
982
430
  },
983
431
  "CommandInvocation":{
984
432
  "type":"structure",
@@ -1015,8 +463,8 @@
1015
463
  },
1016
464
  "CommandMaxResults":{
1017
465
  "type":"integer",
1018
- "min":1,
1019
- "max":50
466
+ "max":50,
467
+ "min":1
1020
468
  },
1021
469
  "CommandPlugin":{
1022
470
  "type":"structure",
@@ -1216,11 +664,6 @@
1216
664
  "type":"structure",
1217
665
  "members":{
1218
666
  },
1219
- "error":{
1220
- "code":"DocumentAlreadyExists",
1221
- "httpStatusCode":400,
1222
- "senderFault":true
1223
- },
1224
667
  "exception":true
1225
668
  },
1226
669
  "DocumentContent":{
@@ -1288,11 +731,6 @@
1288
731
  "type":"structure",
1289
732
  "members":{
1290
733
  },
1291
- "error":{
1292
- "code":"DocumentLimitExceeded",
1293
- "httpStatusCode":400,
1294
- "senderFault":true
1295
- },
1296
734
  "exception":true
1297
735
  },
1298
736
  "DocumentName":{
@@ -1338,11 +776,6 @@
1338
776
  "type":"structure",
1339
777
  "members":{
1340
778
  },
1341
- "error":{
1342
- "code":"DuplicateInstanceId",
1343
- "httpStatusCode":404,
1344
- "senderFault":true
1345
- },
1346
779
  "exception":true
1347
780
  },
1348
781
  "FailedCreateAssociation":{
@@ -1384,15 +817,15 @@
1384
817
  },
1385
818
  "InstanceId":{
1386
819
  "type":"string",
1387
- "min":10,
1388
820
  "max":10,
821
+ "min":10,
1389
822
  "pattern":"^(?=.{10}$)(i-(\\w){8})"
1390
823
  },
1391
824
  "InstanceIdList":{
1392
825
  "type":"list",
1393
826
  "member":{"shape":"InstanceId"},
1394
- "min":1,
1395
- "max":50
827
+ "max":50,
828
+ "min":1
1396
829
  },
1397
830
  "InstanceInformation":{
1398
831
  "type":"structure",
@@ -1451,8 +884,8 @@
1451
884
  "shape":"InstanceInformationFilterValue",
1452
885
  "locationName":"InstanceInformationFilterValue"
1453
886
  },
1454
- "min":1,
1455
- "max":100
887
+ "max":100,
888
+ "min":1
1456
889
  },
1457
890
  "InstanceInformationList":{
1458
891
  "type":"list",
@@ -1466,21 +899,12 @@
1466
899
  "members":{
1467
900
  "message":{"shape":"String"}
1468
901
  },
1469
- "error":{
1470
- "code":"InternalServerError",
1471
- "httpStatusCode":500
1472
- },
1473
902
  "exception":true
1474
903
  },
1475
904
  "InvalidCommandId":{
1476
905
  "type":"structure",
1477
906
  "members":{
1478
907
  },
1479
- "error":{
1480
- "code":"InvalidCommandId",
1481
- "httpStatusCode":404,
1482
- "senderFault":true
1483
- },
1484
908
  "exception":true
1485
909
  },
1486
910
  "InvalidDocument":{
@@ -1488,11 +912,6 @@
1488
912
  "members":{
1489
913
  "message":{"shape":"String"}
1490
914
  },
1491
- "error":{
1492
- "code":"InvalidDocument",
1493
- "httpStatusCode":404,
1494
- "senderFault":true
1495
- },
1496
915
  "exception":true
1497
916
  },
1498
917
  "InvalidDocumentContent":{
@@ -1500,33 +919,18 @@
1500
919
  "members":{
1501
920
  "message":{"shape":"String"}
1502
921
  },
1503
- "error":{
1504
- "code":"InvalidDocumentContent",
1505
- "httpStatusCode":400,
1506
- "senderFault":true
1507
- },
1508
922
  "exception":true
1509
923
  },
1510
924
  "InvalidFilterKey":{
1511
925
  "type":"structure",
1512
926
  "members":{
1513
927
  },
1514
- "error":{
1515
- "code":"InvalidFilterKey",
1516
- "httpStatusCode":400,
1517
- "senderFault":true
1518
- },
1519
928
  "exception":true
1520
929
  },
1521
930
  "InvalidInstanceId":{
1522
931
  "type":"structure",
1523
932
  "members":{
1524
933
  },
1525
- "error":{
1526
- "code":"InvalidInstanceId",
1527
- "httpStatusCode":404,
1528
- "senderFault":true
1529
- },
1530
934
  "exception":true
1531
935
  },
1532
936
  "InvalidInstanceInformationFilterValue":{
@@ -1534,33 +938,18 @@
1534
938
  "members":{
1535
939
  "message":{"shape":"String"}
1536
940
  },
1537
- "error":{
1538
- "code":"InvalidInstanceInformationFilterValue",
1539
- "httpStatusCode":400,
1540
- "senderFault":true
1541
- },
1542
941
  "exception":true
1543
942
  },
1544
943
  "InvalidNextToken":{
1545
944
  "type":"structure",
1546
945
  "members":{
1547
946
  },
1548
- "error":{
1549
- "code":"InvalidNextToken",
1550
- "httpStatusCode":400,
1551
- "senderFault":true
1552
- },
1553
947
  "exception":true
1554
948
  },
1555
949
  "InvalidOutputFolder":{
1556
950
  "type":"structure",
1557
951
  "members":{
1558
952
  },
1559
- "error":{
1560
- "code":"InvalidOutputFolder",
1561
- "httpStatusCode":400,
1562
- "senderFault":true
1563
- },
1564
953
  "exception":true
1565
954
  },
1566
955
  "InvalidParameters":{
@@ -1568,11 +957,6 @@
1568
957
  "members":{
1569
958
  "message":{"shape":"String"}
1570
959
  },
1571
- "error":{
1572
- "code":"InvalidParameters",
1573
- "httpStatusCode":400,
1574
- "senderFault":true
1575
- },
1576
960
  "exception":true
1577
961
  },
1578
962
  "InvocationTraceOutput":{
@@ -1661,22 +1045,17 @@
1661
1045
  "type":"structure",
1662
1046
  "members":{
1663
1047
  },
1664
- "error":{
1665
- "code":"MaxDocumentSizeExceeded",
1666
- "httpStatusCode":400,
1667
- "senderFault":true
1668
- },
1669
1048
  "exception":true
1670
1049
  },
1671
1050
  "MaxResults":{
1672
1051
  "type":"integer",
1673
- "min":1,
1674
- "max":25
1052
+ "max":25,
1053
+ "min":1
1675
1054
  },
1676
1055
  "MaxResultsEC2Compatible":{
1677
1056
  "type":"integer",
1678
- "min":5,
1679
- "max":50
1057
+ "max":50,
1058
+ "min":5
1680
1059
  },
1681
1060
  "NextToken":{"type":"string"},
1682
1061
  "ParameterName":{"type":"string"},
@@ -1715,8 +1094,8 @@
1715
1094
  "ResponseCode":{"type":"integer"},
1716
1095
  "S3BucketName":{
1717
1096
  "type":"string",
1718
- "min":3,
1719
- "max":63
1097
+ "max":63,
1098
+ "min":3
1720
1099
  },
1721
1100
  "S3KeyPrefix":{
1722
1101
  "type":"string",
@@ -1759,28 +1138,18 @@
1759
1138
  "type":"structure",
1760
1139
  "members":{
1761
1140
  },
1762
- "error":{
1763
- "code":"StatusUnchanged",
1764
- "httpStatusCode":400,
1765
- "senderFault":true
1766
- },
1767
1141
  "exception":true
1768
1142
  },
1769
1143
  "String":{"type":"string"},
1770
1144
  "TimeoutSeconds":{
1771
1145
  "type":"integer",
1772
- "min":30,
1773
- "max":2592000
1146
+ "max":2592000,
1147
+ "min":30
1774
1148
  },
1775
1149
  "TooManyUpdates":{
1776
1150
  "type":"structure",
1777
1151
  "members":{
1778
1152
  },
1779
- "error":{
1780
- "code":"TooManyUpdates",
1781
- "httpStatusCode":429,
1782
- "senderFault":true
1783
- },
1784
1153
  "exception":true
1785
1154
  },
1786
1155
  "UnsupportedPlatformType":{
@@ -1788,11 +1157,6 @@
1788
1157
  "members":{
1789
1158
  "message":{"shape":"String"}
1790
1159
  },
1791
- "error":{
1792
- "code":"UnsupportedPlatformType",
1793
- "httpStatusCode":400,
1794
- "senderFault":true
1795
- },
1796
1160
  "exception":true
1797
1161
  },
1798
1162
  "UpdateAssociationStatusRequest":{