aws-sdk-core 2.2.25 → 2.2.26

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.
@@ -3474,7 +3474,8 @@
3474
3474
  "PolicyGroup":{
3475
3475
  "type":"structure",
3476
3476
  "members":{
3477
- "GroupName":{"shape":"groupNameType"}
3477
+ "GroupName":{"shape":"groupNameType"},
3478
+ "GroupId":{"shape":"idType"}
3478
3479
  }
3479
3480
  },
3480
3481
  "PolicyGroupListType":{
@@ -3485,7 +3486,8 @@
3485
3486
  "PolicyRole":{
3486
3487
  "type":"structure",
3487
3488
  "members":{
3488
- "RoleName":{"shape":"roleNameType"}
3489
+ "RoleName":{"shape":"roleNameType"},
3490
+ "RoleId":{"shape":"idType"}
3489
3491
  }
3490
3492
  },
3491
3493
  "PolicyRoleListType":{
@@ -3507,7 +3509,8 @@
3507
3509
  "PolicyUser":{
3508
3510
  "type":"structure",
3509
3511
  "members":{
3510
- "UserName":{"shape":"userNameType"}
3512
+ "UserName":{"shape":"userNameType"},
3513
+ "UserId":{"shape":"idType"}
3511
3514
  }
3512
3515
  },
3513
3516
  "PolicyUserListType":{
@@ -3,10 +3,10 @@
3
3
  "metadata":{
4
4
  "apiVersion":"2012-12-01",
5
5
  "endpointPrefix":"redshift",
6
+ "protocol":"query",
6
7
  "serviceFullName":"Amazon Redshift",
7
8
  "signatureVersion":"v4",
8
- "xmlNamespace":"http://redshift.amazonaws.com/doc/2012-12-01/",
9
- "protocol":"query"
9
+ "xmlNamespace":"http://redshift.amazonaws.com/doc/2012-12-01/"
10
10
  },
11
11
  "operations":{
12
12
  "AuthorizeClusterSecurityGroupIngress":{
@@ -18,46 +18,13 @@
18
18
  "input":{"shape":"AuthorizeClusterSecurityGroupIngressMessage"},
19
19
  "output":{
20
20
  "shape":"AuthorizeClusterSecurityGroupIngressResult",
21
- "wrapper":true,
22
21
  "resultWrapper":"AuthorizeClusterSecurityGroupIngressResult"
23
22
  },
24
23
  "errors":[
25
- {
26
- "shape":"ClusterSecurityGroupNotFoundFault",
27
- "error":{
28
- "code":"ClusterSecurityGroupNotFound",
29
- "httpStatusCode":404,
30
- "senderFault":true
31
- },
32
- "exception":true
33
- },
34
- {
35
- "shape":"InvalidClusterSecurityGroupStateFault",
36
- "error":{
37
- "code":"InvalidClusterSecurityGroupState",
38
- "httpStatusCode":400,
39
- "senderFault":true
40
- },
41
- "exception":true
42
- },
43
- {
44
- "shape":"AuthorizationAlreadyExistsFault",
45
- "error":{
46
- "code":"AuthorizationAlreadyExists",
47
- "httpStatusCode":400,
48
- "senderFault":true
49
- },
50
- "exception":true
51
- },
52
- {
53
- "shape":"AuthorizationQuotaExceededFault",
54
- "error":{
55
- "code":"AuthorizationQuotaExceeded",
56
- "httpStatusCode":400,
57
- "senderFault":true
58
- },
59
- "exception":true
60
- }
24
+ {"shape":"ClusterSecurityGroupNotFoundFault"},
25
+ {"shape":"InvalidClusterSecurityGroupStateFault"},
26
+ {"shape":"AuthorizationAlreadyExistsFault"},
27
+ {"shape":"AuthorizationQuotaExceededFault"}
61
28
  ]
62
29
  },
63
30
  "AuthorizeSnapshotAccess":{
@@ -69,37 +36,15 @@
69
36
  "input":{"shape":"AuthorizeSnapshotAccessMessage"},
70
37
  "output":{
71
38
  "shape":"AuthorizeSnapshotAccessResult",
72
- "wrapper":true,
73
39
  "resultWrapper":"AuthorizeSnapshotAccessResult"
74
40
  },
75
41
  "errors":[
76
- {
77
- "shape":"ClusterSnapshotNotFoundFault",
78
- "error":{
79
- "code":"ClusterSnapshotNotFound",
80
- "httpStatusCode":404,
81
- "senderFault":true
82
- },
83
- "exception":true
84
- },
85
- {
86
- "shape":"AuthorizationAlreadyExistsFault",
87
- "error":{
88
- "code":"AuthorizationAlreadyExists",
89
- "httpStatusCode":400,
90
- "senderFault":true
91
- },
92
- "exception":true
93
- },
94
- {
95
- "shape":"AuthorizationQuotaExceededFault",
96
- "error":{
97
- "code":"AuthorizationQuotaExceeded",
98
- "httpStatusCode":400,
99
- "senderFault":true
100
- },
101
- "exception":true
102
- }
42
+ {"shape":"ClusterSnapshotNotFoundFault"},
43
+ {"shape":"AuthorizationAlreadyExistsFault"},
44
+ {"shape":"AuthorizationQuotaExceededFault"},
45
+ {"shape":"DependentServiceRequestThrottlingFault"},
46
+ {"shape":"InvalidClusterSnapshotStateFault"},
47
+ {"shape":"LimitExceededFault"}
103
48
  ]
104
49
  },
105
50
  "CopyClusterSnapshot":{
@@ -111,46 +56,13 @@
111
56
  "input":{"shape":"CopyClusterSnapshotMessage"},
112
57
  "output":{
113
58
  "shape":"CopyClusterSnapshotResult",
114
- "wrapper":true,
115
59
  "resultWrapper":"CopyClusterSnapshotResult"
116
60
  },
117
61
  "errors":[
118
- {
119
- "shape":"ClusterSnapshotAlreadyExistsFault",
120
- "error":{
121
- "code":"ClusterSnapshotAlreadyExists",
122
- "httpStatusCode":400,
123
- "senderFault":true
124
- },
125
- "exception":true
126
- },
127
- {
128
- "shape":"ClusterSnapshotNotFoundFault",
129
- "error":{
130
- "code":"ClusterSnapshotNotFound",
131
- "httpStatusCode":404,
132
- "senderFault":true
133
- },
134
- "exception":true
135
- },
136
- {
137
- "shape":"InvalidClusterSnapshotStateFault",
138
- "error":{
139
- "code":"InvalidClusterSnapshotState",
140
- "httpStatusCode":400,
141
- "senderFault":true
142
- },
143
- "exception":true
144
- },
145
- {
146
- "shape":"ClusterSnapshotQuotaExceededFault",
147
- "error":{
148
- "code":"ClusterSnapshotQuotaExceeded",
149
- "httpStatusCode":400,
150
- "senderFault":true
151
- },
152
- "exception":true
153
- }
62
+ {"shape":"ClusterSnapshotAlreadyExistsFault"},
63
+ {"shape":"ClusterSnapshotNotFoundFault"},
64
+ {"shape":"InvalidClusterSnapshotStateFault"},
65
+ {"shape":"ClusterSnapshotQuotaExceededFault"}
154
66
  ]
155
67
  },
156
68
  "CreateCluster":{
@@ -162,172 +74,28 @@
162
74
  "input":{"shape":"CreateClusterMessage"},
163
75
  "output":{
164
76
  "shape":"CreateClusterResult",
165
- "wrapper":true,
166
77
  "resultWrapper":"CreateClusterResult"
167
78
  },
168
79
  "errors":[
169
- {
170
- "shape":"ClusterAlreadyExistsFault",
171
- "error":{
172
- "code":"ClusterAlreadyExists",
173
- "httpStatusCode":400,
174
- "senderFault":true
175
- },
176
- "exception":true
177
- },
178
- {
179
- "shape":"InsufficientClusterCapacityFault",
180
- "error":{
181
- "code":"InsufficientClusterCapacity",
182
- "httpStatusCode":400,
183
- "senderFault":true
184
- },
185
- "exception":true
186
- },
187
- {
188
- "shape":"ClusterParameterGroupNotFoundFault",
189
- "error":{
190
- "code":"ClusterParameterGroupNotFound",
191
- "httpStatusCode":404,
192
- "senderFault":true
193
- },
194
- "exception":true
195
- },
196
- {
197
- "shape":"ClusterSecurityGroupNotFoundFault",
198
- "error":{
199
- "code":"ClusterSecurityGroupNotFound",
200
- "httpStatusCode":404,
201
- "senderFault":true
202
- },
203
- "exception":true
204
- },
205
- {
206
- "shape":"ClusterQuotaExceededFault",
207
- "error":{
208
- "code":"ClusterQuotaExceeded",
209
- "httpStatusCode":400,
210
- "senderFault":true
211
- },
212
- "exception":true
213
- },
214
- {
215
- "shape":"NumberOfNodesQuotaExceededFault",
216
- "error":{
217
- "code":"NumberOfNodesQuotaExceeded",
218
- "httpStatusCode":400,
219
- "senderFault":true
220
- },
221
- "exception":true
222
- },
223
- {
224
- "shape":"NumberOfNodesPerClusterLimitExceededFault",
225
- "error":{
226
- "code":"NumberOfNodesPerClusterLimitExceeded",
227
- "httpStatusCode":400,
228
- "senderFault":true
229
- },
230
- "exception":true
231
- },
232
- {
233
- "shape":"ClusterSubnetGroupNotFoundFault",
234
- "error":{
235
- "code":"ClusterSubnetGroupNotFoundFault",
236
- "httpStatusCode":400,
237
- "senderFault":true
238
- },
239
- "exception":true
240
- },
241
- {
242
- "shape":"InvalidVPCNetworkStateFault",
243
- "error":{
244
- "code":"InvalidVPCNetworkStateFault",
245
- "httpStatusCode":400,
246
- "senderFault":true
247
- },
248
- "exception":true
249
- },
250
- {
251
- "shape":"InvalidClusterSubnetGroupStateFault",
252
- "error":{
253
- "code":"InvalidClusterSubnetGroupStateFault",
254
- "httpStatusCode":400,
255
- "senderFault":true
256
- },
257
- "exception":true
258
- },
259
- {
260
- "shape":"InvalidSubnet",
261
- "error":{
262
- "code":"InvalidSubnet",
263
- "httpStatusCode":400,
264
- "senderFault":true
265
- },
266
- "exception":true
267
- },
268
- {
269
- "shape":"UnauthorizedOperation",
270
- "error":{
271
- "code":"UnauthorizedOperation",
272
- "httpStatusCode":400,
273
- "senderFault":true
274
- },
275
- "exception":true
276
- },
277
- {
278
- "shape":"HsmClientCertificateNotFoundFault",
279
- "error":{
280
- "code":"HsmClientCertificateNotFoundFault",
281
- "httpStatusCode":400,
282
- "senderFault":true
283
- },
284
- "exception":true
285
- },
286
- {
287
- "shape":"HsmConfigurationNotFoundFault",
288
- "error":{
289
- "code":"HsmConfigurationNotFoundFault",
290
- "httpStatusCode":400,
291
- "senderFault":true
292
- },
293
- "exception":true
294
- },
295
- {
296
- "shape":"InvalidElasticIpFault",
297
- "error":{
298
- "code":"InvalidElasticIpFault",
299
- "httpStatusCode":400,
300
- "senderFault":true
301
- },
302
- "exception":true
303
- },
304
- {
305
- "shape":"TagLimitExceededFault",
306
- "error":{
307
- "code":"TagLimitExceededFault",
308
- "httpStatusCode":400,
309
- "senderFault":true
310
- },
311
- "exception":true
312
- },
313
- {
314
- "shape":"InvalidTagFault",
315
- "error":{
316
- "code":"InvalidTagFault",
317
- "httpStatusCode":400,
318
- "senderFault":true
319
- },
320
- "exception":true
321
- },
322
- {
323
- "shape":"LimitExceededFault",
324
- "error":{
325
- "code":"LimitExceededFault",
326
- "httpStatusCode":400,
327
- "senderFault":true
328
- },
329
- "exception":true
330
- }
80
+ {"shape":"ClusterAlreadyExistsFault"},
81
+ {"shape":"InsufficientClusterCapacityFault"},
82
+ {"shape":"ClusterParameterGroupNotFoundFault"},
83
+ {"shape":"ClusterSecurityGroupNotFoundFault"},
84
+ {"shape":"ClusterQuotaExceededFault"},
85
+ {"shape":"NumberOfNodesQuotaExceededFault"},
86
+ {"shape":"NumberOfNodesPerClusterLimitExceededFault"},
87
+ {"shape":"ClusterSubnetGroupNotFoundFault"},
88
+ {"shape":"InvalidVPCNetworkStateFault"},
89
+ {"shape":"InvalidClusterSubnetGroupStateFault"},
90
+ {"shape":"InvalidSubnet"},
91
+ {"shape":"UnauthorizedOperation"},
92
+ {"shape":"HsmClientCertificateNotFoundFault"},
93
+ {"shape":"HsmConfigurationNotFoundFault"},
94
+ {"shape":"InvalidElasticIpFault"},
95
+ {"shape":"TagLimitExceededFault"},
96
+ {"shape":"InvalidTagFault"},
97
+ {"shape":"LimitExceededFault"},
98
+ {"shape":"DependentServiceRequestThrottlingFault"}
331
99
  ]
332
100
  },
333
101
  "CreateClusterParameterGroup":{
@@ -339,46 +107,13 @@
339
107
  "input":{"shape":"CreateClusterParameterGroupMessage"},
340
108
  "output":{
341
109
  "shape":"CreateClusterParameterGroupResult",
342
- "wrapper":true,
343
110
  "resultWrapper":"CreateClusterParameterGroupResult"
344
111
  },
345
112
  "errors":[
346
- {
347
- "shape":"ClusterParameterGroupQuotaExceededFault",
348
- "error":{
349
- "code":"ClusterParameterGroupQuotaExceeded",
350
- "httpStatusCode":400,
351
- "senderFault":true
352
- },
353
- "exception":true
354
- },
355
- {
356
- "shape":"ClusterParameterGroupAlreadyExistsFault",
357
- "error":{
358
- "code":"ClusterParameterGroupAlreadyExists",
359
- "httpStatusCode":400,
360
- "senderFault":true
361
- },
362
- "exception":true
363
- },
364
- {
365
- "shape":"TagLimitExceededFault",
366
- "error":{
367
- "code":"TagLimitExceededFault",
368
- "httpStatusCode":400,
369
- "senderFault":true
370
- },
371
- "exception":true
372
- },
373
- {
374
- "shape":"InvalidTagFault",
375
- "error":{
376
- "code":"InvalidTagFault",
377
- "httpStatusCode":400,
378
- "senderFault":true
379
- },
380
- "exception":true
381
- }
113
+ {"shape":"ClusterParameterGroupQuotaExceededFault"},
114
+ {"shape":"ClusterParameterGroupAlreadyExistsFault"},
115
+ {"shape":"TagLimitExceededFault"},
116
+ {"shape":"InvalidTagFault"}
382
117
  ]
383
118
  },
384
119
  "CreateClusterSecurityGroup":{
@@ -390,46 +125,13 @@
390
125
  "input":{"shape":"CreateClusterSecurityGroupMessage"},
391
126
  "output":{
392
127
  "shape":"CreateClusterSecurityGroupResult",
393
- "wrapper":true,
394
128
  "resultWrapper":"CreateClusterSecurityGroupResult"
395
129
  },
396
130
  "errors":[
397
- {
398
- "shape":"ClusterSecurityGroupAlreadyExistsFault",
399
- "error":{
400
- "code":"ClusterSecurityGroupAlreadyExists",
401
- "httpStatusCode":400,
402
- "senderFault":true
403
- },
404
- "exception":true
405
- },
406
- {
407
- "shape":"ClusterSecurityGroupQuotaExceededFault",
408
- "error":{
409
- "code":"QuotaExceeded.ClusterSecurityGroup",
410
- "httpStatusCode":400,
411
- "senderFault":true
412
- },
413
- "exception":true
414
- },
415
- {
416
- "shape":"TagLimitExceededFault",
417
- "error":{
418
- "code":"TagLimitExceededFault",
419
- "httpStatusCode":400,
420
- "senderFault":true
421
- },
422
- "exception":true
423
- },
424
- {
425
- "shape":"InvalidTagFault",
426
- "error":{
427
- "code":"InvalidTagFault",
428
- "httpStatusCode":400,
429
- "senderFault":true
430
- },
431
- "exception":true
432
- }
131
+ {"shape":"ClusterSecurityGroupAlreadyExistsFault"},
132
+ {"shape":"ClusterSecurityGroupQuotaExceededFault"},
133
+ {"shape":"TagLimitExceededFault"},
134
+ {"shape":"InvalidTagFault"}
433
135
  ]
434
136
  },
435
137
  "CreateClusterSnapshot":{
@@ -441,64 +143,15 @@
441
143
  "input":{"shape":"CreateClusterSnapshotMessage"},
442
144
  "output":{
443
145
  "shape":"CreateClusterSnapshotResult",
444
- "wrapper":true,
445
146
  "resultWrapper":"CreateClusterSnapshotResult"
446
147
  },
447
148
  "errors":[
448
- {
449
- "shape":"ClusterSnapshotAlreadyExistsFault",
450
- "error":{
451
- "code":"ClusterSnapshotAlreadyExists",
452
- "httpStatusCode":400,
453
- "senderFault":true
454
- },
455
- "exception":true
456
- },
457
- {
458
- "shape":"InvalidClusterStateFault",
459
- "error":{
460
- "code":"InvalidClusterState",
461
- "httpStatusCode":400,
462
- "senderFault":true
463
- },
464
- "exception":true
465
- },
466
- {
467
- "shape":"ClusterNotFoundFault",
468
- "error":{
469
- "code":"ClusterNotFound",
470
- "httpStatusCode":404,
471
- "senderFault":true
472
- },
473
- "exception":true
474
- },
475
- {
476
- "shape":"ClusterSnapshotQuotaExceededFault",
477
- "error":{
478
- "code":"ClusterSnapshotQuotaExceeded",
479
- "httpStatusCode":400,
480
- "senderFault":true
481
- },
482
- "exception":true
483
- },
484
- {
485
- "shape":"TagLimitExceededFault",
486
- "error":{
487
- "code":"TagLimitExceededFault",
488
- "httpStatusCode":400,
489
- "senderFault":true
490
- },
491
- "exception":true
492
- },
493
- {
494
- "shape":"InvalidTagFault",
495
- "error":{
496
- "code":"InvalidTagFault",
497
- "httpStatusCode":400,
498
- "senderFault":true
499
- },
500
- "exception":true
501
- }
149
+ {"shape":"ClusterSnapshotAlreadyExistsFault"},
150
+ {"shape":"InvalidClusterStateFault"},
151
+ {"shape":"ClusterNotFoundFault"},
152
+ {"shape":"ClusterSnapshotQuotaExceededFault"},
153
+ {"shape":"TagLimitExceededFault"},
154
+ {"shape":"InvalidTagFault"}
502
155
  ]
503
156
  },
504
157
  "CreateClusterSubnetGroup":{
@@ -510,73 +163,17 @@
510
163
  "input":{"shape":"CreateClusterSubnetGroupMessage"},
511
164
  "output":{
512
165
  "shape":"CreateClusterSubnetGroupResult",
513
- "wrapper":true,
514
166
  "resultWrapper":"CreateClusterSubnetGroupResult"
515
167
  },
516
168
  "errors":[
517
- {
518
- "shape":"ClusterSubnetGroupAlreadyExistsFault",
519
- "error":{
520
- "code":"ClusterSubnetGroupAlreadyExists",
521
- "httpStatusCode":400,
522
- "senderFault":true
523
- },
524
- "exception":true
525
- },
526
- {
527
- "shape":"ClusterSubnetGroupQuotaExceededFault",
528
- "error":{
529
- "code":"ClusterSubnetGroupQuotaExceeded",
530
- "httpStatusCode":400,
531
- "senderFault":true
532
- },
533
- "exception":true
534
- },
535
- {
536
- "shape":"ClusterSubnetQuotaExceededFault",
537
- "error":{
538
- "code":"ClusterSubnetQuotaExceededFault",
539
- "httpStatusCode":400,
540
- "senderFault":true
541
- },
542
- "exception":true
543
- },
544
- {
545
- "shape":"InvalidSubnet",
546
- "error":{
547
- "code":"InvalidSubnet",
548
- "httpStatusCode":400,
549
- "senderFault":true
550
- },
551
- "exception":true
552
- },
553
- {
554
- "shape":"UnauthorizedOperation",
555
- "error":{
556
- "code":"UnauthorizedOperation",
557
- "httpStatusCode":400,
558
- "senderFault":true
559
- },
560
- "exception":true
561
- },
562
- {
563
- "shape":"TagLimitExceededFault",
564
- "error":{
565
- "code":"TagLimitExceededFault",
566
- "httpStatusCode":400,
567
- "senderFault":true
568
- },
569
- "exception":true
570
- },
571
- {
572
- "shape":"InvalidTagFault",
573
- "error":{
574
- "code":"InvalidTagFault",
575
- "httpStatusCode":400,
576
- "senderFault":true
577
- },
578
- "exception":true
579
- }
169
+ {"shape":"ClusterSubnetGroupAlreadyExistsFault"},
170
+ {"shape":"ClusterSubnetGroupQuotaExceededFault"},
171
+ {"shape":"ClusterSubnetQuotaExceededFault"},
172
+ {"shape":"InvalidSubnet"},
173
+ {"shape":"UnauthorizedOperation"},
174
+ {"shape":"TagLimitExceededFault"},
175
+ {"shape":"InvalidTagFault"},
176
+ {"shape":"DependentServiceRequestThrottlingFault"}
580
177
  ]
581
178
  },
582
179
  "CreateEventSubscription":{
@@ -588,109 +185,20 @@
588
185
  "input":{"shape":"CreateEventSubscriptionMessage"},
589
186
  "output":{
590
187
  "shape":"CreateEventSubscriptionResult",
591
- "wrapper":true,
592
188
  "resultWrapper":"CreateEventSubscriptionResult"
593
189
  },
594
190
  "errors":[
595
- {
596
- "shape":"EventSubscriptionQuotaExceededFault",
597
- "error":{
598
- "code":"EventSubscriptionQuotaExceeded",
599
- "httpStatusCode":400,
600
- "senderFault":true
601
- },
602
- "exception":true
603
- },
604
- {
605
- "shape":"SubscriptionAlreadyExistFault",
606
- "error":{
607
- "code":"SubscriptionAlreadyExist",
608
- "httpStatusCode":400,
609
- "senderFault":true
610
- },
611
- "exception":true
612
- },
613
- {
614
- "shape":"SNSInvalidTopicFault",
615
- "error":{
616
- "code":"SNSInvalidTopic",
617
- "httpStatusCode":400,
618
- "senderFault":true
619
- },
620
- "exception":true
621
- },
622
- {
623
- "shape":"SNSNoAuthorizationFault",
624
- "error":{
625
- "code":"SNSNoAuthorization",
626
- "httpStatusCode":400,
627
- "senderFault":true
628
- },
629
- "exception":true
630
- },
631
- {
632
- "shape":"SNSTopicArnNotFoundFault",
633
- "error":{
634
- "code":"SNSTopicArnNotFound",
635
- "httpStatusCode":404,
636
- "senderFault":true
637
- },
638
- "exception":true
639
- },
640
- {
641
- "shape":"SubscriptionEventIdNotFoundFault",
642
- "error":{
643
- "code":"SubscriptionEventIdNotFound",
644
- "httpStatusCode":404,
645
- "senderFault":true
646
- },
647
- "exception":true
648
- },
649
- {
650
- "shape":"SubscriptionCategoryNotFoundFault",
651
- "error":{
652
- "code":"SubscriptionCategoryNotFound",
653
- "httpStatusCode":404,
654
- "senderFault":true
655
- },
656
- "exception":true
657
- },
658
- {
659
- "shape":"SubscriptionSeverityNotFoundFault",
660
- "error":{
661
- "code":"SubscriptionSeverityNotFound",
662
- "httpStatusCode":404,
663
- "senderFault":true
664
- },
665
- "exception":true
666
- },
667
- {
668
- "shape":"SourceNotFoundFault",
669
- "error":{
670
- "code":"SourceNotFound",
671
- "httpStatusCode":404,
672
- "senderFault":true
673
- },
674
- "exception":true
675
- },
676
- {
677
- "shape":"TagLimitExceededFault",
678
- "error":{
679
- "code":"TagLimitExceededFault",
680
- "httpStatusCode":400,
681
- "senderFault":true
682
- },
683
- "exception":true
684
- },
685
- {
686
- "shape":"InvalidTagFault",
687
- "error":{
688
- "code":"InvalidTagFault",
689
- "httpStatusCode":400,
690
- "senderFault":true
691
- },
692
- "exception":true
693
- }
191
+ {"shape":"EventSubscriptionQuotaExceededFault"},
192
+ {"shape":"SubscriptionAlreadyExistFault"},
193
+ {"shape":"SNSInvalidTopicFault"},
194
+ {"shape":"SNSNoAuthorizationFault"},
195
+ {"shape":"SNSTopicArnNotFoundFault"},
196
+ {"shape":"SubscriptionEventIdNotFoundFault"},
197
+ {"shape":"SubscriptionCategoryNotFoundFault"},
198
+ {"shape":"SubscriptionSeverityNotFoundFault"},
199
+ {"shape":"SourceNotFoundFault"},
200
+ {"shape":"TagLimitExceededFault"},
201
+ {"shape":"InvalidTagFault"}
694
202
  ]
695
203
  },
696
204
  "CreateHsmClientCertificate":{
@@ -702,46 +210,13 @@
702
210
  "input":{"shape":"CreateHsmClientCertificateMessage"},
703
211
  "output":{
704
212
  "shape":"CreateHsmClientCertificateResult",
705
- "wrapper":true,
706
213
  "resultWrapper":"CreateHsmClientCertificateResult"
707
214
  },
708
215
  "errors":[
709
- {
710
- "shape":"HsmClientCertificateAlreadyExistsFault",
711
- "error":{
712
- "code":"HsmClientCertificateAlreadyExistsFault",
713
- "httpStatusCode":400,
714
- "senderFault":true
715
- },
716
- "exception":true
717
- },
718
- {
719
- "shape":"HsmClientCertificateQuotaExceededFault",
720
- "error":{
721
- "code":"HsmClientCertificateQuotaExceededFault",
722
- "httpStatusCode":400,
723
- "senderFault":true
724
- },
725
- "exception":true
726
- },
727
- {
728
- "shape":"TagLimitExceededFault",
729
- "error":{
730
- "code":"TagLimitExceededFault",
731
- "httpStatusCode":400,
732
- "senderFault":true
733
- },
734
- "exception":true
735
- },
736
- {
737
- "shape":"InvalidTagFault",
738
- "error":{
739
- "code":"InvalidTagFault",
740
- "httpStatusCode":400,
741
- "senderFault":true
742
- },
743
- "exception":true
744
- }
216
+ {"shape":"HsmClientCertificateAlreadyExistsFault"},
217
+ {"shape":"HsmClientCertificateQuotaExceededFault"},
218
+ {"shape":"TagLimitExceededFault"},
219
+ {"shape":"InvalidTagFault"}
745
220
  ]
746
221
  },
747
222
  "CreateHsmConfiguration":{
@@ -753,46 +228,13 @@
753
228
  "input":{"shape":"CreateHsmConfigurationMessage"},
754
229
  "output":{
755
230
  "shape":"CreateHsmConfigurationResult",
756
- "wrapper":true,
757
231
  "resultWrapper":"CreateHsmConfigurationResult"
758
232
  },
759
233
  "errors":[
760
- {
761
- "shape":"HsmConfigurationAlreadyExistsFault",
762
- "error":{
763
- "code":"HsmConfigurationAlreadyExistsFault",
764
- "httpStatusCode":400,
765
- "senderFault":true
766
- },
767
- "exception":true
768
- },
769
- {
770
- "shape":"HsmConfigurationQuotaExceededFault",
771
- "error":{
772
- "code":"HsmConfigurationQuotaExceededFault",
773
- "httpStatusCode":400,
774
- "senderFault":true
775
- },
776
- "exception":true
777
- },
778
- {
779
- "shape":"TagLimitExceededFault",
780
- "error":{
781
- "code":"TagLimitExceededFault",
782
- "httpStatusCode":400,
783
- "senderFault":true
784
- },
785
- "exception":true
786
- },
787
- {
788
- "shape":"InvalidTagFault",
789
- "error":{
790
- "code":"InvalidTagFault",
791
- "httpStatusCode":400,
792
- "senderFault":true
793
- },
794
- "exception":true
795
- }
234
+ {"shape":"HsmConfigurationAlreadyExistsFault"},
235
+ {"shape":"HsmConfigurationQuotaExceededFault"},
236
+ {"shape":"TagLimitExceededFault"},
237
+ {"shape":"InvalidTagFault"}
796
238
  ]
797
239
  },
798
240
  "CreateSnapshotCopyGrant":{
@@ -804,55 +246,15 @@
804
246
  "input":{"shape":"CreateSnapshotCopyGrantMessage"},
805
247
  "output":{
806
248
  "shape":"CreateSnapshotCopyGrantResult",
807
- "wrapper":true,
808
249
  "resultWrapper":"CreateSnapshotCopyGrantResult"
809
250
  },
810
251
  "errors":[
811
- {
812
- "shape":"SnapshotCopyGrantAlreadyExistsFault",
813
- "error":{
814
- "code":"SnapshotCopyGrantAlreadyExistsFault",
815
- "httpStatusCode":400,
816
- "senderFault":true
817
- },
818
- "exception":true
819
- },
820
- {
821
- "shape":"SnapshotCopyGrantQuotaExceededFault",
822
- "error":{
823
- "code":"SnapshotCopyGrantQuotaExceededFault",
824
- "httpStatusCode":400,
825
- "senderFault":true
826
- },
827
- "exception":true
828
- },
829
- {
830
- "shape":"LimitExceededFault",
831
- "error":{
832
- "code":"LimitExceededFault",
833
- "httpStatusCode":400,
834
- "senderFault":true
835
- },
836
- "exception":true
837
- },
838
- {
839
- "shape":"TagLimitExceededFault",
840
- "error":{
841
- "code":"TagLimitExceededFault",
842
- "httpStatusCode":400,
843
- "senderFault":true
844
- },
845
- "exception":true
846
- },
847
- {
848
- "shape":"InvalidTagFault",
849
- "error":{
850
- "code":"InvalidTagFault",
851
- "httpStatusCode":400,
852
- "senderFault":true
853
- },
854
- "exception":true
855
- }
252
+ {"shape":"SnapshotCopyGrantAlreadyExistsFault"},
253
+ {"shape":"SnapshotCopyGrantQuotaExceededFault"},
254
+ {"shape":"LimitExceededFault"},
255
+ {"shape":"TagLimitExceededFault"},
256
+ {"shape":"InvalidTagFault"},
257
+ {"shape":"DependentServiceRequestThrottlingFault"}
856
258
  ]
857
259
  },
858
260
  "CreateTags":{
@@ -863,33 +265,9 @@
863
265
  },
864
266
  "input":{"shape":"CreateTagsMessage"},
865
267
  "errors":[
866
- {
867
- "shape":"TagLimitExceededFault",
868
- "error":{
869
- "code":"TagLimitExceededFault",
870
- "httpStatusCode":400,
871
- "senderFault":true
872
- },
873
- "exception":true
874
- },
875
- {
876
- "shape":"ResourceNotFoundFault",
877
- "error":{
878
- "code":"ResourceNotFoundFault",
879
- "httpStatusCode":404,
880
- "senderFault":true
881
- },
882
- "exception":true
883
- },
884
- {
885
- "shape":"InvalidTagFault",
886
- "error":{
887
- "code":"InvalidTagFault",
888
- "httpStatusCode":400,
889
- "senderFault":true
890
- },
891
- "exception":true
892
- }
268
+ {"shape":"TagLimitExceededFault"},
269
+ {"shape":"ResourceNotFoundFault"},
270
+ {"shape":"InvalidTagFault"}
893
271
  ]
894
272
  },
895
273
  "DeleteCluster":{
@@ -901,46 +279,13 @@
901
279
  "input":{"shape":"DeleteClusterMessage"},
902
280
  "output":{
903
281
  "shape":"DeleteClusterResult",
904
- "wrapper":true,
905
282
  "resultWrapper":"DeleteClusterResult"
906
283
  },
907
284
  "errors":[
908
- {
909
- "shape":"ClusterNotFoundFault",
910
- "error":{
911
- "code":"ClusterNotFound",
912
- "httpStatusCode":404,
913
- "senderFault":true
914
- },
915
- "exception":true
916
- },
917
- {
918
- "shape":"InvalidClusterStateFault",
919
- "error":{
920
- "code":"InvalidClusterState",
921
- "httpStatusCode":400,
922
- "senderFault":true
923
- },
924
- "exception":true
925
- },
926
- {
927
- "shape":"ClusterSnapshotAlreadyExistsFault",
928
- "error":{
929
- "code":"ClusterSnapshotAlreadyExists",
930
- "httpStatusCode":400,
931
- "senderFault":true
932
- },
933
- "exception":true
934
- },
935
- {
936
- "shape":"ClusterSnapshotQuotaExceededFault",
937
- "error":{
938
- "code":"ClusterSnapshotQuotaExceeded",
939
- "httpStatusCode":400,
940
- "senderFault":true
941
- },
942
- "exception":true
943
- }
285
+ {"shape":"ClusterNotFoundFault"},
286
+ {"shape":"InvalidClusterStateFault"},
287
+ {"shape":"ClusterSnapshotAlreadyExistsFault"},
288
+ {"shape":"ClusterSnapshotQuotaExceededFault"}
944
289
  ]
945
290
  },
946
291
  "DeleteClusterParameterGroup":{
@@ -951,24 +296,8 @@
951
296
  },
952
297
  "input":{"shape":"DeleteClusterParameterGroupMessage"},
953
298
  "errors":[
954
- {
955
- "shape":"InvalidClusterParameterGroupStateFault",
956
- "error":{
957
- "code":"InvalidClusterParameterGroupState",
958
- "httpStatusCode":400,
959
- "senderFault":true
960
- },
961
- "exception":true
962
- },
963
- {
964
- "shape":"ClusterParameterGroupNotFoundFault",
965
- "error":{
966
- "code":"ClusterParameterGroupNotFound",
967
- "httpStatusCode":404,
968
- "senderFault":true
969
- },
970
- "exception":true
971
- }
299
+ {"shape":"InvalidClusterParameterGroupStateFault"},
300
+ {"shape":"ClusterParameterGroupNotFoundFault"}
972
301
  ]
973
302
  },
974
303
  "DeleteClusterSecurityGroup":{
@@ -979,24 +308,8 @@
979
308
  },
980
309
  "input":{"shape":"DeleteClusterSecurityGroupMessage"},
981
310
  "errors":[
982
- {
983
- "shape":"InvalidClusterSecurityGroupStateFault",
984
- "error":{
985
- "code":"InvalidClusterSecurityGroupState",
986
- "httpStatusCode":400,
987
- "senderFault":true
988
- },
989
- "exception":true
990
- },
991
- {
992
- "shape":"ClusterSecurityGroupNotFoundFault",
993
- "error":{
994
- "code":"ClusterSecurityGroupNotFound",
995
- "httpStatusCode":404,
996
- "senderFault":true
997
- },
998
- "exception":true
999
- }
311
+ {"shape":"InvalidClusterSecurityGroupStateFault"},
312
+ {"shape":"ClusterSecurityGroupNotFoundFault"}
1000
313
  ]
1001
314
  },
1002
315
  "DeleteClusterSnapshot":{
@@ -1008,28 +321,11 @@
1008
321
  "input":{"shape":"DeleteClusterSnapshotMessage"},
1009
322
  "output":{
1010
323
  "shape":"DeleteClusterSnapshotResult",
1011
- "wrapper":true,
1012
324
  "resultWrapper":"DeleteClusterSnapshotResult"
1013
325
  },
1014
326
  "errors":[
1015
- {
1016
- "shape":"InvalidClusterSnapshotStateFault",
1017
- "error":{
1018
- "code":"InvalidClusterSnapshotState",
1019
- "httpStatusCode":400,
1020
- "senderFault":true
1021
- },
1022
- "exception":true
1023
- },
1024
- {
1025
- "shape":"ClusterSnapshotNotFoundFault",
1026
- "error":{
1027
- "code":"ClusterSnapshotNotFound",
1028
- "httpStatusCode":404,
1029
- "senderFault":true
1030
- },
1031
- "exception":true
1032
- }
327
+ {"shape":"InvalidClusterSnapshotStateFault"},
328
+ {"shape":"ClusterSnapshotNotFoundFault"}
1033
329
  ]
1034
330
  },
1035
331
  "DeleteClusterSubnetGroup":{
@@ -1040,33 +336,9 @@
1040
336
  },
1041
337
  "input":{"shape":"DeleteClusterSubnetGroupMessage"},
1042
338
  "errors":[
1043
- {
1044
- "shape":"InvalidClusterSubnetGroupStateFault",
1045
- "error":{
1046
- "code":"InvalidClusterSubnetGroupStateFault",
1047
- "httpStatusCode":400,
1048
- "senderFault":true
1049
- },
1050
- "exception":true
1051
- },
1052
- {
1053
- "shape":"InvalidClusterSubnetStateFault",
1054
- "error":{
1055
- "code":"InvalidClusterSubnetStateFault",
1056
- "httpStatusCode":400,
1057
- "senderFault":true
1058
- },
1059
- "exception":true
1060
- },
1061
- {
1062
- "shape":"ClusterSubnetGroupNotFoundFault",
1063
- "error":{
1064
- "code":"ClusterSubnetGroupNotFoundFault",
1065
- "httpStatusCode":400,
1066
- "senderFault":true
1067
- },
1068
- "exception":true
1069
- }
339
+ {"shape":"InvalidClusterSubnetGroupStateFault"},
340
+ {"shape":"InvalidClusterSubnetStateFault"},
341
+ {"shape":"ClusterSubnetGroupNotFoundFault"}
1070
342
  ]
1071
343
  },
1072
344
  "DeleteEventSubscription":{
@@ -1077,24 +349,8 @@
1077
349
  },
1078
350
  "input":{"shape":"DeleteEventSubscriptionMessage"},
1079
351
  "errors":[
1080
- {
1081
- "shape":"SubscriptionNotFoundFault",
1082
- "error":{
1083
- "code":"SubscriptionNotFound",
1084
- "httpStatusCode":404,
1085
- "senderFault":true
1086
- },
1087
- "exception":true
1088
- },
1089
- {
1090
- "shape":"InvalidSubscriptionStateFault",
1091
- "error":{
1092
- "code":"InvalidSubscriptionStateFault",
1093
- "httpStatusCode":400,
1094
- "senderFault":true
1095
- },
1096
- "exception":true
1097
- }
352
+ {"shape":"SubscriptionNotFoundFault"},
353
+ {"shape":"InvalidSubscriptionStateFault"}
1098
354
  ]
1099
355
  },
1100
356
  "DeleteHsmClientCertificate":{
@@ -1105,24 +361,8 @@
1105
361
  },
1106
362
  "input":{"shape":"DeleteHsmClientCertificateMessage"},
1107
363
  "errors":[
1108
- {
1109
- "shape":"InvalidHsmClientCertificateStateFault",
1110
- "error":{
1111
- "code":"InvalidHsmClientCertificateStateFault",
1112
- "httpStatusCode":400,
1113
- "senderFault":true
1114
- },
1115
- "exception":true
1116
- },
1117
- {
1118
- "shape":"HsmClientCertificateNotFoundFault",
1119
- "error":{
1120
- "code":"HsmClientCertificateNotFoundFault",
1121
- "httpStatusCode":400,
1122
- "senderFault":true
1123
- },
1124
- "exception":true
1125
- }
364
+ {"shape":"InvalidHsmClientCertificateStateFault"},
365
+ {"shape":"HsmClientCertificateNotFoundFault"}
1126
366
  ]
1127
367
  },
1128
368
  "DeleteHsmConfiguration":{
@@ -1133,24 +373,8 @@
1133
373
  },
1134
374
  "input":{"shape":"DeleteHsmConfigurationMessage"},
1135
375
  "errors":[
1136
- {
1137
- "shape":"InvalidHsmConfigurationStateFault",
1138
- "error":{
1139
- "code":"InvalidHsmConfigurationStateFault",
1140
- "httpStatusCode":400,
1141
- "senderFault":true
1142
- },
1143
- "exception":true
1144
- },
1145
- {
1146
- "shape":"HsmConfigurationNotFoundFault",
1147
- "error":{
1148
- "code":"HsmConfigurationNotFoundFault",
1149
- "httpStatusCode":400,
1150
- "senderFault":true
1151
- },
1152
- "exception":true
1153
- }
376
+ {"shape":"InvalidHsmConfigurationStateFault"},
377
+ {"shape":"HsmConfigurationNotFoundFault"}
1154
378
  ]
1155
379
  },
1156
380
  "DeleteSnapshotCopyGrant":{
@@ -1161,24 +385,8 @@
1161
385
  },
1162
386
  "input":{"shape":"DeleteSnapshotCopyGrantMessage"},
1163
387
  "errors":[
1164
- {
1165
- "shape":"InvalidSnapshotCopyGrantStateFault",
1166
- "error":{
1167
- "code":"InvalidSnapshotCopyGrantStateFault",
1168
- "httpStatusCode":400,
1169
- "senderFault":true
1170
- },
1171
- "exception":true
1172
- },
1173
- {
1174
- "shape":"SnapshotCopyGrantNotFoundFault",
1175
- "error":{
1176
- "code":"SnapshotCopyGrantNotFoundFault",
1177
- "httpStatusCode":400,
1178
- "senderFault":true
1179
- },
1180
- "exception":true
1181
- }
388
+ {"shape":"InvalidSnapshotCopyGrantStateFault"},
389
+ {"shape":"SnapshotCopyGrantNotFoundFault"}
1182
390
  ]
1183
391
  },
1184
392
  "DeleteTags":{
@@ -1189,24 +397,8 @@
1189
397
  },
1190
398
  "input":{"shape":"DeleteTagsMessage"},
1191
399
  "errors":[
1192
- {
1193
- "shape":"ResourceNotFoundFault",
1194
- "error":{
1195
- "code":"ResourceNotFoundFault",
1196
- "httpStatusCode":404,
1197
- "senderFault":true
1198
- },
1199
- "exception":true
1200
- },
1201
- {
1202
- "shape":"InvalidTagFault",
1203
- "error":{
1204
- "code":"InvalidTagFault",
1205
- "httpStatusCode":400,
1206
- "senderFault":true
1207
- },
1208
- "exception":true
1209
- }
400
+ {"shape":"ResourceNotFoundFault"},
401
+ {"shape":"InvalidTagFault"}
1210
402
  ]
1211
403
  },
1212
404
  "DescribeClusterParameterGroups":{
@@ -1221,24 +413,8 @@
1221
413
  "resultWrapper":"DescribeClusterParameterGroupsResult"
1222
414
  },
1223
415
  "errors":[
1224
- {
1225
- "shape":"ClusterParameterGroupNotFoundFault",
1226
- "error":{
1227
- "code":"ClusterParameterGroupNotFound",
1228
- "httpStatusCode":404,
1229
- "senderFault":true
1230
- },
1231
- "exception":true
1232
- },
1233
- {
1234
- "shape":"InvalidTagFault",
1235
- "error":{
1236
- "code":"InvalidTagFault",
1237
- "httpStatusCode":400,
1238
- "senderFault":true
1239
- },
1240
- "exception":true
1241
- }
416
+ {"shape":"ClusterParameterGroupNotFoundFault"},
417
+ {"shape":"InvalidTagFault"}
1242
418
  ]
1243
419
  },
1244
420
  "DescribeClusterParameters":{
@@ -1253,15 +429,7 @@
1253
429
  "resultWrapper":"DescribeClusterParametersResult"
1254
430
  },
1255
431
  "errors":[
1256
- {
1257
- "shape":"ClusterParameterGroupNotFoundFault",
1258
- "error":{
1259
- "code":"ClusterParameterGroupNotFound",
1260
- "httpStatusCode":404,
1261
- "senderFault":true
1262
- },
1263
- "exception":true
1264
- }
432
+ {"shape":"ClusterParameterGroupNotFoundFault"}
1265
433
  ]
1266
434
  },
1267
435
  "DescribeClusterSecurityGroups":{
@@ -1276,24 +444,8 @@
1276
444
  "resultWrapper":"DescribeClusterSecurityGroupsResult"
1277
445
  },
1278
446
  "errors":[
1279
- {
1280
- "shape":"ClusterSecurityGroupNotFoundFault",
1281
- "error":{
1282
- "code":"ClusterSecurityGroupNotFound",
1283
- "httpStatusCode":404,
1284
- "senderFault":true
1285
- },
1286
- "exception":true
1287
- },
1288
- {
1289
- "shape":"InvalidTagFault",
1290
- "error":{
1291
- "code":"InvalidTagFault",
1292
- "httpStatusCode":400,
1293
- "senderFault":true
1294
- },
1295
- "exception":true
1296
- }
447
+ {"shape":"ClusterSecurityGroupNotFoundFault"},
448
+ {"shape":"InvalidTagFault"}
1297
449
  ]
1298
450
  },
1299
451
  "DescribeClusterSnapshots":{
@@ -1308,24 +460,8 @@
1308
460
  "resultWrapper":"DescribeClusterSnapshotsResult"
1309
461
  },
1310
462
  "errors":[
1311
- {
1312
- "shape":"ClusterSnapshotNotFoundFault",
1313
- "error":{
1314
- "code":"ClusterSnapshotNotFound",
1315
- "httpStatusCode":404,
1316
- "senderFault":true
1317
- },
1318
- "exception":true
1319
- },
1320
- {
1321
- "shape":"InvalidTagFault",
1322
- "error":{
1323
- "code":"InvalidTagFault",
1324
- "httpStatusCode":400,
1325
- "senderFault":true
1326
- },
1327
- "exception":true
1328
- }
463
+ {"shape":"ClusterSnapshotNotFoundFault"},
464
+ {"shape":"InvalidTagFault"}
1329
465
  ]
1330
466
  },
1331
467
  "DescribeClusterSubnetGroups":{
@@ -1340,24 +476,8 @@
1340
476
  "resultWrapper":"DescribeClusterSubnetGroupsResult"
1341
477
  },
1342
478
  "errors":[
1343
- {
1344
- "shape":"ClusterSubnetGroupNotFoundFault",
1345
- "error":{
1346
- "code":"ClusterSubnetGroupNotFoundFault",
1347
- "httpStatusCode":400,
1348
- "senderFault":true
1349
- },
1350
- "exception":true
1351
- },
1352
- {
1353
- "shape":"InvalidTagFault",
1354
- "error":{
1355
- "code":"InvalidTagFault",
1356
- "httpStatusCode":400,
1357
- "senderFault":true
1358
- },
1359
- "exception":true
1360
- }
479
+ {"shape":"ClusterSubnetGroupNotFoundFault"},
480
+ {"shape":"InvalidTagFault"}
1361
481
  ]
1362
482
  },
1363
483
  "DescribeClusterVersions":{
@@ -1384,24 +504,8 @@
1384
504
  "resultWrapper":"DescribeClustersResult"
1385
505
  },
1386
506
  "errors":[
1387
- {
1388
- "shape":"ClusterNotFoundFault",
1389
- "error":{
1390
- "code":"ClusterNotFound",
1391
- "httpStatusCode":404,
1392
- "senderFault":true
1393
- },
1394
- "exception":true
1395
- },
1396
- {
1397
- "shape":"InvalidTagFault",
1398
- "error":{
1399
- "code":"InvalidTagFault",
1400
- "httpStatusCode":400,
1401
- "senderFault":true
1402
- },
1403
- "exception":true
1404
- }
507
+ {"shape":"ClusterNotFoundFault"},
508
+ {"shape":"InvalidTagFault"}
1405
509
  ]
1406
510
  },
1407
511
  "DescribeDefaultClusterParameters":{
@@ -1413,7 +517,6 @@
1413
517
  "input":{"shape":"DescribeDefaultClusterParametersMessage"},
1414
518
  "output":{
1415
519
  "shape":"DescribeDefaultClusterParametersResult",
1416
- "wrapper":true,
1417
520
  "resultWrapper":"DescribeDefaultClusterParametersResult"
1418
521
  }
1419
522
  },
@@ -1441,15 +544,7 @@
1441
544
  "resultWrapper":"DescribeEventSubscriptionsResult"
1442
545
  },
1443
546
  "errors":[
1444
- {
1445
- "shape":"SubscriptionNotFoundFault",
1446
- "error":{
1447
- "code":"SubscriptionNotFound",
1448
- "httpStatusCode":404,
1449
- "senderFault":true
1450
- },
1451
- "exception":true
1452
- }
547
+ {"shape":"SubscriptionNotFoundFault"}
1453
548
  ]
1454
549
  },
1455
550
  "DescribeEvents":{
@@ -1476,24 +571,8 @@
1476
571
  "resultWrapper":"DescribeHsmClientCertificatesResult"
1477
572
  },
1478
573
  "errors":[
1479
- {
1480
- "shape":"HsmClientCertificateNotFoundFault",
1481
- "error":{
1482
- "code":"HsmClientCertificateNotFoundFault",
1483
- "httpStatusCode":400,
1484
- "senderFault":true
1485
- },
1486
- "exception":true
1487
- },
1488
- {
1489
- "shape":"InvalidTagFault",
1490
- "error":{
1491
- "code":"InvalidTagFault",
1492
- "httpStatusCode":400,
1493
- "senderFault":true
1494
- },
1495
- "exception":true
1496
- }
574
+ {"shape":"HsmClientCertificateNotFoundFault"},
575
+ {"shape":"InvalidTagFault"}
1497
576
  ]
1498
577
  },
1499
578
  "DescribeHsmConfigurations":{
@@ -1508,24 +587,8 @@
1508
587
  "resultWrapper":"DescribeHsmConfigurationsResult"
1509
588
  },
1510
589
  "errors":[
1511
- {
1512
- "shape":"HsmConfigurationNotFoundFault",
1513
- "error":{
1514
- "code":"HsmConfigurationNotFoundFault",
1515
- "httpStatusCode":400,
1516
- "senderFault":true
1517
- },
1518
- "exception":true
1519
- },
1520
- {
1521
- "shape":"InvalidTagFault",
1522
- "error":{
1523
- "code":"InvalidTagFault",
1524
- "httpStatusCode":400,
1525
- "senderFault":true
1526
- },
1527
- "exception":true
1528
- }
590
+ {"shape":"HsmConfigurationNotFoundFault"},
591
+ {"shape":"InvalidTagFault"}
1529
592
  ]
1530
593
  },
1531
594
  "DescribeLoggingStatus":{
@@ -1540,15 +603,7 @@
1540
603
  "resultWrapper":"DescribeLoggingStatusResult"
1541
604
  },
1542
605
  "errors":[
1543
- {
1544
- "shape":"ClusterNotFoundFault",
1545
- "error":{
1546
- "code":"ClusterNotFound",
1547
- "httpStatusCode":404,
1548
- "senderFault":true
1549
- },
1550
- "exception":true
1551
- }
606
+ {"shape":"ClusterNotFoundFault"}
1552
607
  ]
1553
608
  },
1554
609
  "DescribeOrderableClusterOptions":{
@@ -1575,24 +630,8 @@
1575
630
  "resultWrapper":"DescribeReservedNodeOfferingsResult"
1576
631
  },
1577
632
  "errors":[
1578
- {
1579
- "shape":"ReservedNodeOfferingNotFoundFault",
1580
- "error":{
1581
- "code":"ReservedNodeOfferingNotFound",
1582
- "httpStatusCode":404,
1583
- "senderFault":true
1584
- },
1585
- "exception":true
1586
- },
1587
- {
1588
- "shape":"UnsupportedOperationFault",
1589
- "error":{
1590
- "code":"UnsupportedOperation",
1591
- "httpStatusCode":400,
1592
- "senderFault":true
1593
- },
1594
- "exception":true
1595
- }
633
+ {"shape":"ReservedNodeOfferingNotFoundFault"},
634
+ {"shape":"UnsupportedOperationFault"}
1596
635
  ]
1597
636
  },
1598
637
  "DescribeReservedNodes":{
@@ -1607,15 +646,7 @@
1607
646
  "resultWrapper":"DescribeReservedNodesResult"
1608
647
  },
1609
648
  "errors":[
1610
- {
1611
- "shape":"ReservedNodeNotFoundFault",
1612
- "error":{
1613
- "code":"ReservedNodeNotFound",
1614
- "httpStatusCode":404,
1615
- "senderFault":true
1616
- },
1617
- "exception":true
1618
- }
649
+ {"shape":"ReservedNodeNotFoundFault"}
1619
650
  ]
1620
651
  },
1621
652
  "DescribeResize":{
@@ -1630,24 +661,8 @@
1630
661
  "resultWrapper":"DescribeResizeResult"
1631
662
  },
1632
663
  "errors":[
1633
- {
1634
- "shape":"ClusterNotFoundFault",
1635
- "error":{
1636
- "code":"ClusterNotFound",
1637
- "httpStatusCode":404,
1638
- "senderFault":true
1639
- },
1640
- "exception":true
1641
- },
1642
- {
1643
- "shape":"ResizeNotFoundFault",
1644
- "error":{
1645
- "code":"ResizeNotFound",
1646
- "httpStatusCode":404,
1647
- "senderFault":true
1648
- },
1649
- "exception":true
1650
- }
664
+ {"shape":"ClusterNotFoundFault"},
665
+ {"shape":"ResizeNotFoundFault"}
1651
666
  ]
1652
667
  },
1653
668
  "DescribeSnapshotCopyGrants":{
@@ -1662,24 +677,24 @@
1662
677
  "resultWrapper":"DescribeSnapshotCopyGrantsResult"
1663
678
  },
1664
679
  "errors":[
1665
- {
1666
- "shape":"SnapshotCopyGrantNotFoundFault",
1667
- "error":{
1668
- "code":"SnapshotCopyGrantNotFoundFault",
1669
- "httpStatusCode":400,
1670
- "senderFault":true
1671
- },
1672
- "exception":true
1673
- },
1674
- {
1675
- "shape":"InvalidTagFault",
1676
- "error":{
1677
- "code":"InvalidTagFault",
1678
- "httpStatusCode":400,
1679
- "senderFault":true
1680
- },
1681
- "exception":true
1682
- }
680
+ {"shape":"SnapshotCopyGrantNotFoundFault"},
681
+ {"shape":"InvalidTagFault"}
682
+ ]
683
+ },
684
+ "DescribeTableRestoreStatus":{
685
+ "name":"DescribeTableRestoreStatus",
686
+ "http":{
687
+ "method":"POST",
688
+ "requestUri":"/"
689
+ },
690
+ "input":{"shape":"DescribeTableRestoreStatusMessage"},
691
+ "output":{
692
+ "shape":"TableRestoreStatusMessage",
693
+ "resultWrapper":"DescribeTableRestoreStatusResult"
694
+ },
695
+ "errors":[
696
+ {"shape":"TableRestoreNotFoundFault"},
697
+ {"shape":"ClusterNotFoundFault"}
1683
698
  ]
1684
699
  },
1685
700
  "DescribeTags":{
@@ -1694,24 +709,8 @@
1694
709
  "resultWrapper":"DescribeTagsResult"
1695
710
  },
1696
711
  "errors":[
1697
- {
1698
- "shape":"ResourceNotFoundFault",
1699
- "error":{
1700
- "code":"ResourceNotFoundFault",
1701
- "httpStatusCode":404,
1702
- "senderFault":true
1703
- },
1704
- "exception":true
1705
- },
1706
- {
1707
- "shape":"InvalidTagFault",
1708
- "error":{
1709
- "code":"InvalidTagFault",
1710
- "httpStatusCode":400,
1711
- "senderFault":true
1712
- },
1713
- "exception":true
1714
- }
712
+ {"shape":"ResourceNotFoundFault"},
713
+ {"shape":"InvalidTagFault"}
1715
714
  ]
1716
715
  },
1717
716
  "DisableLogging":{
@@ -1726,15 +725,7 @@
1726
725
  "resultWrapper":"DisableLoggingResult"
1727
726
  },
1728
727
  "errors":[
1729
- {
1730
- "shape":"ClusterNotFoundFault",
1731
- "error":{
1732
- "code":"ClusterNotFound",
1733
- "httpStatusCode":404,
1734
- "senderFault":true
1735
- },
1736
- "exception":true
1737
- }
728
+ {"shape":"ClusterNotFoundFault"}
1738
729
  ]
1739
730
  },
1740
731
  "DisableSnapshotCopy":{
@@ -1746,46 +737,13 @@
1746
737
  "input":{"shape":"DisableSnapshotCopyMessage"},
1747
738
  "output":{
1748
739
  "shape":"DisableSnapshotCopyResult",
1749
- "wrapper":true,
1750
740
  "resultWrapper":"DisableSnapshotCopyResult"
1751
741
  },
1752
742
  "errors":[
1753
- {
1754
- "shape":"ClusterNotFoundFault",
1755
- "error":{
1756
- "code":"ClusterNotFound",
1757
- "httpStatusCode":404,
1758
- "senderFault":true
1759
- },
1760
- "exception":true
1761
- },
1762
- {
1763
- "shape":"SnapshotCopyAlreadyDisabledFault",
1764
- "error":{
1765
- "code":"SnapshotCopyAlreadyDisabledFault",
1766
- "httpStatusCode":400,
1767
- "senderFault":true
1768
- },
1769
- "exception":true
1770
- },
1771
- {
1772
- "shape":"InvalidClusterStateFault",
1773
- "error":{
1774
- "code":"InvalidClusterState",
1775
- "httpStatusCode":400,
1776
- "senderFault":true
1777
- },
1778
- "exception":true
1779
- },
1780
- {
1781
- "shape":"UnauthorizedOperation",
1782
- "error":{
1783
- "code":"UnauthorizedOperation",
1784
- "httpStatusCode":400,
1785
- "senderFault":true
1786
- },
1787
- "exception":true
1788
- }
743
+ {"shape":"ClusterNotFoundFault"},
744
+ {"shape":"SnapshotCopyAlreadyDisabledFault"},
745
+ {"shape":"InvalidClusterStateFault"},
746
+ {"shape":"UnauthorizedOperation"}
1789
747
  ]
1790
748
  },
1791
749
  "EnableLogging":{
@@ -1800,51 +758,11 @@
1800
758
  "resultWrapper":"EnableLoggingResult"
1801
759
  },
1802
760
  "errors":[
1803
- {
1804
- "shape":"ClusterNotFoundFault",
1805
- "error":{
1806
- "code":"ClusterNotFound",
1807
- "httpStatusCode":404,
1808
- "senderFault":true
1809
- },
1810
- "exception":true
1811
- },
1812
- {
1813
- "shape":"BucketNotFoundFault",
1814
- "error":{
1815
- "code":"BucketNotFoundFault",
1816
- "httpStatusCode":400,
1817
- "senderFault":true
1818
- },
1819
- "exception":true
1820
- },
1821
- {
1822
- "shape":"InsufficientS3BucketPolicyFault",
1823
- "error":{
1824
- "code":"InsufficientS3BucketPolicyFault",
1825
- "httpStatusCode":400,
1826
- "senderFault":true
1827
- },
1828
- "exception":true
1829
- },
1830
- {
1831
- "shape":"InvalidS3KeyPrefixFault",
1832
- "error":{
1833
- "code":"InvalidS3KeyPrefixFault",
1834
- "httpStatusCode":400,
1835
- "senderFault":true
1836
- },
1837
- "exception":true
1838
- },
1839
- {
1840
- "shape":"InvalidS3BucketNameFault",
1841
- "error":{
1842
- "code":"InvalidS3BucketNameFault",
1843
- "httpStatusCode":400,
1844
- "senderFault":true
1845
- },
1846
- "exception":true
1847
- }
761
+ {"shape":"ClusterNotFoundFault"},
762
+ {"shape":"BucketNotFoundFault"},
763
+ {"shape":"InsufficientS3BucketPolicyFault"},
764
+ {"shape":"InvalidS3KeyPrefixFault"},
765
+ {"shape":"InvalidS3BucketNameFault"}
1848
766
  ]
1849
767
  },
1850
768
  "EnableSnapshotCopy":{
@@ -1856,91 +774,19 @@
1856
774
  "input":{"shape":"EnableSnapshotCopyMessage"},
1857
775
  "output":{
1858
776
  "shape":"EnableSnapshotCopyResult",
1859
- "wrapper":true,
1860
777
  "resultWrapper":"EnableSnapshotCopyResult"
1861
778
  },
1862
779
  "errors":[
1863
- {
1864
- "shape":"IncompatibleOrderableOptions",
1865
- "error":{
1866
- "code":"IncompatibleOrderableOptions",
1867
- "httpStatusCode":400,
1868
- "senderFault":true
1869
- },
1870
- "exception":true
1871
- },
1872
- {
1873
- "shape":"InvalidClusterStateFault",
1874
- "error":{
1875
- "code":"InvalidClusterState",
1876
- "httpStatusCode":400,
1877
- "senderFault":true
1878
- },
1879
- "exception":true
1880
- },
1881
- {
1882
- "shape":"ClusterNotFoundFault",
1883
- "error":{
1884
- "code":"ClusterNotFound",
1885
- "httpStatusCode":404,
1886
- "senderFault":true
1887
- },
1888
- "exception":true
1889
- },
1890
- {
1891
- "shape":"CopyToRegionDisabledFault",
1892
- "error":{
1893
- "code":"CopyToRegionDisabledFault",
1894
- "httpStatusCode":400,
1895
- "senderFault":true
1896
- },
1897
- "exception":true
1898
- },
1899
- {
1900
- "shape":"SnapshotCopyAlreadyEnabledFault",
1901
- "error":{
1902
- "code":"SnapshotCopyAlreadyEnabledFault",
1903
- "httpStatusCode":400,
1904
- "senderFault":true
1905
- },
1906
- "exception":true
1907
- },
1908
- {
1909
- "shape":"UnknownSnapshotCopyRegionFault",
1910
- "error":{
1911
- "code":"UnknownSnapshotCopyRegionFault",
1912
- "httpStatusCode":404,
1913
- "senderFault":true
1914
- },
1915
- "exception":true
1916
- },
1917
- {
1918
- "shape":"UnauthorizedOperation",
1919
- "error":{
1920
- "code":"UnauthorizedOperation",
1921
- "httpStatusCode":400,
1922
- "senderFault":true
1923
- },
1924
- "exception":true
1925
- },
1926
- {
1927
- "shape":"SnapshotCopyGrantNotFoundFault",
1928
- "error":{
1929
- "code":"SnapshotCopyGrantNotFoundFault",
1930
- "httpStatusCode":400,
1931
- "senderFault":true
1932
- },
1933
- "exception":true
1934
- },
1935
- {
1936
- "shape":"LimitExceededFault",
1937
- "error":{
1938
- "code":"LimitExceededFault",
1939
- "httpStatusCode":400,
1940
- "senderFault":true
1941
- },
1942
- "exception":true
1943
- }
780
+ {"shape":"IncompatibleOrderableOptions"},
781
+ {"shape":"InvalidClusterStateFault"},
782
+ {"shape":"ClusterNotFoundFault"},
783
+ {"shape":"CopyToRegionDisabledFault"},
784
+ {"shape":"SnapshotCopyAlreadyEnabledFault"},
785
+ {"shape":"UnknownSnapshotCopyRegionFault"},
786
+ {"shape":"UnauthorizedOperation"},
787
+ {"shape":"SnapshotCopyGrantNotFoundFault"},
788
+ {"shape":"LimitExceededFault"},
789
+ {"shape":"DependentServiceRequestThrottlingFault"}
1944
790
  ]
1945
791
  },
1946
792
  "ModifyCluster":{
@@ -1952,127 +798,24 @@
1952
798
  "input":{"shape":"ModifyClusterMessage"},
1953
799
  "output":{
1954
800
  "shape":"ModifyClusterResult",
1955
- "wrapper":true,
1956
801
  "resultWrapper":"ModifyClusterResult"
1957
802
  },
1958
803
  "errors":[
1959
- {
1960
- "shape":"InvalidClusterStateFault",
1961
- "error":{
1962
- "code":"InvalidClusterState",
1963
- "httpStatusCode":400,
1964
- "senderFault":true
1965
- },
1966
- "exception":true
1967
- },
1968
- {
1969
- "shape":"InvalidClusterSecurityGroupStateFault",
1970
- "error":{
1971
- "code":"InvalidClusterSecurityGroupState",
1972
- "httpStatusCode":400,
1973
- "senderFault":true
1974
- },
1975
- "exception":true
1976
- },
1977
- {
1978
- "shape":"ClusterNotFoundFault",
1979
- "error":{
1980
- "code":"ClusterNotFound",
1981
- "httpStatusCode":404,
1982
- "senderFault":true
1983
- },
1984
- "exception":true
1985
- },
1986
- {
1987
- "shape":"NumberOfNodesQuotaExceededFault",
1988
- "error":{
1989
- "code":"NumberOfNodesQuotaExceeded",
1990
- "httpStatusCode":400,
1991
- "senderFault":true
1992
- },
1993
- "exception":true
1994
- },
1995
- {
1996
- "shape":"ClusterSecurityGroupNotFoundFault",
1997
- "error":{
1998
- "code":"ClusterSecurityGroupNotFound",
1999
- "httpStatusCode":404,
2000
- "senderFault":true
2001
- },
2002
- "exception":true
2003
- },
2004
- {
2005
- "shape":"ClusterParameterGroupNotFoundFault",
2006
- "error":{
2007
- "code":"ClusterParameterGroupNotFound",
2008
- "httpStatusCode":404,
2009
- "senderFault":true
2010
- },
2011
- "exception":true
2012
- },
2013
- {
2014
- "shape":"InsufficientClusterCapacityFault",
2015
- "error":{
2016
- "code":"InsufficientClusterCapacity",
2017
- "httpStatusCode":400,
2018
- "senderFault":true
2019
- },
2020
- "exception":true
2021
- },
2022
- {
2023
- "shape":"UnsupportedOptionFault",
2024
- "error":{
2025
- "code":"UnsupportedOptionFault",
2026
- "httpStatusCode":400,
2027
- "senderFault":true
2028
- },
2029
- "exception":true
2030
- },
2031
- {
2032
- "shape":"UnauthorizedOperation",
2033
- "error":{
2034
- "code":"UnauthorizedOperation",
2035
- "httpStatusCode":400,
2036
- "senderFault":true
2037
- },
2038
- "exception":true
2039
- },
2040
- {
2041
- "shape":"HsmClientCertificateNotFoundFault",
2042
- "error":{
2043
- "code":"HsmClientCertificateNotFoundFault",
2044
- "httpStatusCode":400,
2045
- "senderFault":true
2046
- },
2047
- "exception":true
2048
- },
2049
- {
2050
- "shape":"HsmConfigurationNotFoundFault",
2051
- "error":{
2052
- "code":"HsmConfigurationNotFoundFault",
2053
- "httpStatusCode":400,
2054
- "senderFault":true
2055
- },
2056
- "exception":true
2057
- },
2058
- {
2059
- "shape":"ClusterAlreadyExistsFault",
2060
- "error":{
2061
- "code":"ClusterAlreadyExists",
2062
- "httpStatusCode":400,
2063
- "senderFault":true
2064
- },
2065
- "exception":true
2066
- },
2067
- {
2068
- "shape":"LimitExceededFault",
2069
- "error":{
2070
- "code":"LimitExceededFault",
2071
- "httpStatusCode":400,
2072
- "senderFault":true
2073
- },
2074
- "exception":true
2075
- }
804
+ {"shape":"InvalidClusterStateFault"},
805
+ {"shape":"InvalidClusterSecurityGroupStateFault"},
806
+ {"shape":"ClusterNotFoundFault"},
807
+ {"shape":"NumberOfNodesQuotaExceededFault"},
808
+ {"shape":"ClusterSecurityGroupNotFoundFault"},
809
+ {"shape":"ClusterParameterGroupNotFoundFault"},
810
+ {"shape":"InsufficientClusterCapacityFault"},
811
+ {"shape":"UnsupportedOptionFault"},
812
+ {"shape":"UnauthorizedOperation"},
813
+ {"shape":"HsmClientCertificateNotFoundFault"},
814
+ {"shape":"HsmConfigurationNotFoundFault"},
815
+ {"shape":"ClusterAlreadyExistsFault"},
816
+ {"shape":"LimitExceededFault"},
817
+ {"shape":"DependentServiceRequestThrottlingFault"},
818
+ {"shape":"InvalidElasticIpFault"}
2076
819
  ]
2077
820
  },
2078
821
  "ModifyClusterParameterGroup":{
@@ -2087,24 +830,8 @@
2087
830
  "resultWrapper":"ModifyClusterParameterGroupResult"
2088
831
  },
2089
832
  "errors":[
2090
- {
2091
- "shape":"ClusterParameterGroupNotFoundFault",
2092
- "error":{
2093
- "code":"ClusterParameterGroupNotFound",
2094
- "httpStatusCode":404,
2095
- "senderFault":true
2096
- },
2097
- "exception":true
2098
- },
2099
- {
2100
- "shape":"InvalidClusterParameterGroupStateFault",
2101
- "error":{
2102
- "code":"InvalidClusterParameterGroupState",
2103
- "httpStatusCode":400,
2104
- "senderFault":true
2105
- },
2106
- "exception":true
2107
- }
833
+ {"shape":"ClusterParameterGroupNotFoundFault"},
834
+ {"shape":"InvalidClusterParameterGroupStateFault"}
2108
835
  ]
2109
836
  },
2110
837
  "ModifyClusterSubnetGroup":{
@@ -2116,55 +843,15 @@
2116
843
  "input":{"shape":"ModifyClusterSubnetGroupMessage"},
2117
844
  "output":{
2118
845
  "shape":"ModifyClusterSubnetGroupResult",
2119
- "wrapper":true,
2120
846
  "resultWrapper":"ModifyClusterSubnetGroupResult"
2121
847
  },
2122
848
  "errors":[
2123
- {
2124
- "shape":"ClusterSubnetGroupNotFoundFault",
2125
- "error":{
2126
- "code":"ClusterSubnetGroupNotFoundFault",
2127
- "httpStatusCode":400,
2128
- "senderFault":true
2129
- },
2130
- "exception":true
2131
- },
2132
- {
2133
- "shape":"ClusterSubnetQuotaExceededFault",
2134
- "error":{
2135
- "code":"ClusterSubnetQuotaExceededFault",
2136
- "httpStatusCode":400,
2137
- "senderFault":true
2138
- },
2139
- "exception":true
2140
- },
2141
- {
2142
- "shape":"SubnetAlreadyInUse",
2143
- "error":{
2144
- "code":"SubnetAlreadyInUse",
2145
- "httpStatusCode":400,
2146
- "senderFault":true
2147
- },
2148
- "exception":true
2149
- },
2150
- {
2151
- "shape":"InvalidSubnet",
2152
- "error":{
2153
- "code":"InvalidSubnet",
2154
- "httpStatusCode":400,
2155
- "senderFault":true
2156
- },
2157
- "exception":true
2158
- },
2159
- {
2160
- "shape":"UnauthorizedOperation",
2161
- "error":{
2162
- "code":"UnauthorizedOperation",
2163
- "httpStatusCode":400,
2164
- "senderFault":true
2165
- },
2166
- "exception":true
2167
- }
849
+ {"shape":"ClusterSubnetGroupNotFoundFault"},
850
+ {"shape":"ClusterSubnetQuotaExceededFault"},
851
+ {"shape":"SubnetAlreadyInUse"},
852
+ {"shape":"InvalidSubnet"},
853
+ {"shape":"UnauthorizedOperation"},
854
+ {"shape":"DependentServiceRequestThrottlingFault"}
2168
855
  ]
2169
856
  },
2170
857
  "ModifyEventSubscription":{
@@ -2176,91 +863,18 @@
2176
863
  "input":{"shape":"ModifyEventSubscriptionMessage"},
2177
864
  "output":{
2178
865
  "shape":"ModifyEventSubscriptionResult",
2179
- "wrapper":true,
2180
866
  "resultWrapper":"ModifyEventSubscriptionResult"
2181
867
  },
2182
868
  "errors":[
2183
- {
2184
- "shape":"SubscriptionNotFoundFault",
2185
- "error":{
2186
- "code":"SubscriptionNotFound",
2187
- "httpStatusCode":404,
2188
- "senderFault":true
2189
- },
2190
- "exception":true
2191
- },
2192
- {
2193
- "shape":"SNSInvalidTopicFault",
2194
- "error":{
2195
- "code":"SNSInvalidTopic",
2196
- "httpStatusCode":400,
2197
- "senderFault":true
2198
- },
2199
- "exception":true
2200
- },
2201
- {
2202
- "shape":"SNSNoAuthorizationFault",
2203
- "error":{
2204
- "code":"SNSNoAuthorization",
2205
- "httpStatusCode":400,
2206
- "senderFault":true
2207
- },
2208
- "exception":true
2209
- },
2210
- {
2211
- "shape":"SNSTopicArnNotFoundFault",
2212
- "error":{
2213
- "code":"SNSTopicArnNotFound",
2214
- "httpStatusCode":404,
2215
- "senderFault":true
2216
- },
2217
- "exception":true
2218
- },
2219
- {
2220
- "shape":"SubscriptionEventIdNotFoundFault",
2221
- "error":{
2222
- "code":"SubscriptionEventIdNotFound",
2223
- "httpStatusCode":404,
2224
- "senderFault":true
2225
- },
2226
- "exception":true
2227
- },
2228
- {
2229
- "shape":"SubscriptionCategoryNotFoundFault",
2230
- "error":{
2231
- "code":"SubscriptionCategoryNotFound",
2232
- "httpStatusCode":404,
2233
- "senderFault":true
2234
- },
2235
- "exception":true
2236
- },
2237
- {
2238
- "shape":"SubscriptionSeverityNotFoundFault",
2239
- "error":{
2240
- "code":"SubscriptionSeverityNotFound",
2241
- "httpStatusCode":404,
2242
- "senderFault":true
2243
- },
2244
- "exception":true
2245
- },
2246
- {
2247
- "shape":"SourceNotFoundFault",
2248
- "error":{
2249
- "code":"SourceNotFound",
2250
- "httpStatusCode":404,
2251
- "senderFault":true
2252
- },
2253
- "exception":true
2254
- },
2255
- {
2256
- "shape":"InvalidSubscriptionStateFault",
2257
- "error":{
2258
- "code":"InvalidSubscriptionStateFault",
2259
- "httpStatusCode":400,
2260
- "senderFault":true
2261
- },
2262
- "exception":true
2263
- }
869
+ {"shape":"SubscriptionNotFoundFault"},
870
+ {"shape":"SNSInvalidTopicFault"},
871
+ {"shape":"SNSNoAuthorizationFault"},
872
+ {"shape":"SNSTopicArnNotFoundFault"},
873
+ {"shape":"SubscriptionEventIdNotFoundFault"},
874
+ {"shape":"SubscriptionCategoryNotFoundFault"},
875
+ {"shape":"SubscriptionSeverityNotFoundFault"},
876
+ {"shape":"SourceNotFoundFault"},
877
+ {"shape":"InvalidSubscriptionStateFault"}
2264
878
  ]
2265
879
  },
2266
880
  "ModifySnapshotCopyRetentionPeriod":{
@@ -2272,46 +886,13 @@
2272
886
  "input":{"shape":"ModifySnapshotCopyRetentionPeriodMessage"},
2273
887
  "output":{
2274
888
  "shape":"ModifySnapshotCopyRetentionPeriodResult",
2275
- "wrapper":true,
2276
889
  "resultWrapper":"ModifySnapshotCopyRetentionPeriodResult"
2277
890
  },
2278
891
  "errors":[
2279
- {
2280
- "shape":"ClusterNotFoundFault",
2281
- "error":{
2282
- "code":"ClusterNotFound",
2283
- "httpStatusCode":404,
2284
- "senderFault":true
2285
- },
2286
- "exception":true
2287
- },
2288
- {
2289
- "shape":"SnapshotCopyDisabledFault",
2290
- "error":{
2291
- "code":"SnapshotCopyDisabledFault",
2292
- "httpStatusCode":400,
2293
- "senderFault":true
2294
- },
2295
- "exception":true
2296
- },
2297
- {
2298
- "shape":"UnauthorizedOperation",
2299
- "error":{
2300
- "code":"UnauthorizedOperation",
2301
- "httpStatusCode":400,
2302
- "senderFault":true
2303
- },
2304
- "exception":true
2305
- },
2306
- {
2307
- "shape":"InvalidClusterStateFault",
2308
- "error":{
2309
- "code":"InvalidClusterState",
2310
- "httpStatusCode":400,
2311
- "senderFault":true
2312
- },
2313
- "exception":true
2314
- }
892
+ {"shape":"ClusterNotFoundFault"},
893
+ {"shape":"SnapshotCopyDisabledFault"},
894
+ {"shape":"UnauthorizedOperation"},
895
+ {"shape":"InvalidClusterStateFault"}
2315
896
  ]
2316
897
  },
2317
898
  "PurchaseReservedNodeOffering":{
@@ -2323,46 +904,13 @@
2323
904
  "input":{"shape":"PurchaseReservedNodeOfferingMessage"},
2324
905
  "output":{
2325
906
  "shape":"PurchaseReservedNodeOfferingResult",
2326
- "wrapper":true,
2327
907
  "resultWrapper":"PurchaseReservedNodeOfferingResult"
2328
908
  },
2329
909
  "errors":[
2330
- {
2331
- "shape":"ReservedNodeOfferingNotFoundFault",
2332
- "error":{
2333
- "code":"ReservedNodeOfferingNotFound",
2334
- "httpStatusCode":404,
2335
- "senderFault":true
2336
- },
2337
- "exception":true
2338
- },
2339
- {
2340
- "shape":"ReservedNodeAlreadyExistsFault",
2341
- "error":{
2342
- "code":"ReservedNodeAlreadyExists",
2343
- "httpStatusCode":404,
2344
- "senderFault":true
2345
- },
2346
- "exception":true
2347
- },
2348
- {
2349
- "shape":"ReservedNodeQuotaExceededFault",
2350
- "error":{
2351
- "code":"ReservedNodeQuotaExceeded",
2352
- "httpStatusCode":400,
2353
- "senderFault":true
2354
- },
2355
- "exception":true
2356
- },
2357
- {
2358
- "shape":"UnsupportedOperationFault",
2359
- "error":{
2360
- "code":"UnsupportedOperation",
2361
- "httpStatusCode":400,
2362
- "senderFault":true
2363
- },
2364
- "exception":true
2365
- }
910
+ {"shape":"ReservedNodeOfferingNotFoundFault"},
911
+ {"shape":"ReservedNodeAlreadyExistsFault"},
912
+ {"shape":"ReservedNodeQuotaExceededFault"},
913
+ {"shape":"UnsupportedOperationFault"}
2366
914
  ]
2367
915
  },
2368
916
  "RebootCluster":{
@@ -2374,28 +922,11 @@
2374
922
  "input":{"shape":"RebootClusterMessage"},
2375
923
  "output":{
2376
924
  "shape":"RebootClusterResult",
2377
- "wrapper":true,
2378
925
  "resultWrapper":"RebootClusterResult"
2379
926
  },
2380
927
  "errors":[
2381
- {
2382
- "shape":"InvalidClusterStateFault",
2383
- "error":{
2384
- "code":"InvalidClusterState",
2385
- "httpStatusCode":400,
2386
- "senderFault":true
2387
- },
2388
- "exception":true
2389
- },
2390
- {
2391
- "shape":"ClusterNotFoundFault",
2392
- "error":{
2393
- "code":"ClusterNotFound",
2394
- "httpStatusCode":404,
2395
- "senderFault":true
2396
- },
2397
- "exception":true
2398
- }
928
+ {"shape":"InvalidClusterStateFault"},
929
+ {"shape":"ClusterNotFoundFault"}
2399
930
  ]
2400
931
  },
2401
932
  "ResetClusterParameterGroup":{
@@ -2410,24 +941,8 @@
2410
941
  "resultWrapper":"ResetClusterParameterGroupResult"
2411
942
  },
2412
943
  "errors":[
2413
- {
2414
- "shape":"InvalidClusterParameterGroupStateFault",
2415
- "error":{
2416
- "code":"InvalidClusterParameterGroupState",
2417
- "httpStatusCode":400,
2418
- "senderFault":true
2419
- },
2420
- "exception":true
2421
- },
2422
- {
2423
- "shape":"ClusterParameterGroupNotFoundFault",
2424
- "error":{
2425
- "code":"ClusterParameterGroupNotFound",
2426
- "httpStatusCode":404,
2427
- "senderFault":true
2428
- },
2429
- "exception":true
2430
- }
944
+ {"shape":"InvalidClusterParameterGroupStateFault"},
945
+ {"shape":"ClusterParameterGroupNotFoundFault"}
2431
946
  ]
2432
947
  },
2433
948
  "RestoreFromClusterSnapshot":{
@@ -2439,190 +954,51 @@
2439
954
  "input":{"shape":"RestoreFromClusterSnapshotMessage"},
2440
955
  "output":{
2441
956
  "shape":"RestoreFromClusterSnapshotResult",
2442
- "wrapper":true,
2443
957
  "resultWrapper":"RestoreFromClusterSnapshotResult"
2444
958
  },
2445
959
  "errors":[
2446
- {
2447
- "shape":"AccessToSnapshotDeniedFault",
2448
- "error":{
2449
- "code":"AccessToSnapshotDenied",
2450
- "httpStatusCode":400,
2451
- "senderFault":true
2452
- },
2453
- "exception":true
2454
- },
2455
- {
2456
- "shape":"ClusterAlreadyExistsFault",
2457
- "error":{
2458
- "code":"ClusterAlreadyExists",
2459
- "httpStatusCode":400,
2460
- "senderFault":true
2461
- },
2462
- "exception":true
2463
- },
2464
- {
2465
- "shape":"ClusterSnapshotNotFoundFault",
2466
- "error":{
2467
- "code":"ClusterSnapshotNotFound",
2468
- "httpStatusCode":404,
2469
- "senderFault":true
2470
- },
2471
- "exception":true
2472
- },
2473
- {
2474
- "shape":"ClusterQuotaExceededFault",
2475
- "error":{
2476
- "code":"ClusterQuotaExceeded",
2477
- "httpStatusCode":400,
2478
- "senderFault":true
2479
- },
2480
- "exception":true
2481
- },
2482
- {
2483
- "shape":"InsufficientClusterCapacityFault",
2484
- "error":{
2485
- "code":"InsufficientClusterCapacity",
2486
- "httpStatusCode":400,
2487
- "senderFault":true
2488
- },
2489
- "exception":true
2490
- },
2491
- {
2492
- "shape":"InvalidClusterSnapshotStateFault",
2493
- "error":{
2494
- "code":"InvalidClusterSnapshotState",
2495
- "httpStatusCode":400,
2496
- "senderFault":true
2497
- },
2498
- "exception":true
2499
- },
2500
- {
2501
- "shape":"InvalidRestoreFault",
2502
- "error":{
2503
- "code":"InvalidRestore",
2504
- "httpStatusCode":406,
2505
- "senderFault":true
2506
- },
2507
- "exception":true
2508
- },
2509
- {
2510
- "shape":"NumberOfNodesQuotaExceededFault",
2511
- "error":{
2512
- "code":"NumberOfNodesQuotaExceeded",
2513
- "httpStatusCode":400,
2514
- "senderFault":true
2515
- },
2516
- "exception":true
2517
- },
2518
- {
2519
- "shape":"NumberOfNodesPerClusterLimitExceededFault",
2520
- "error":{
2521
- "code":"NumberOfNodesPerClusterLimitExceeded",
2522
- "httpStatusCode":400,
2523
- "senderFault":true
2524
- },
2525
- "exception":true
2526
- },
2527
- {
2528
- "shape":"InvalidVPCNetworkStateFault",
2529
- "error":{
2530
- "code":"InvalidVPCNetworkStateFault",
2531
- "httpStatusCode":400,
2532
- "senderFault":true
2533
- },
2534
- "exception":true
2535
- },
2536
- {
2537
- "shape":"InvalidClusterSubnetGroupStateFault",
2538
- "error":{
2539
- "code":"InvalidClusterSubnetGroupStateFault",
2540
- "httpStatusCode":400,
2541
- "senderFault":true
2542
- },
2543
- "exception":true
2544
- },
2545
- {
2546
- "shape":"InvalidSubnet",
2547
- "error":{
2548
- "code":"InvalidSubnet",
2549
- "httpStatusCode":400,
2550
- "senderFault":true
2551
- },
2552
- "exception":true
2553
- },
2554
- {
2555
- "shape":"ClusterSubnetGroupNotFoundFault",
2556
- "error":{
2557
- "code":"ClusterSubnetGroupNotFoundFault",
2558
- "httpStatusCode":400,
2559
- "senderFault":true
2560
- },
2561
- "exception":true
2562
- },
2563
- {
2564
- "shape":"UnauthorizedOperation",
2565
- "error":{
2566
- "code":"UnauthorizedOperation",
2567
- "httpStatusCode":400,
2568
- "senderFault":true
2569
- },
2570
- "exception":true
2571
- },
2572
- {
2573
- "shape":"HsmClientCertificateNotFoundFault",
2574
- "error":{
2575
- "code":"HsmClientCertificateNotFoundFault",
2576
- "httpStatusCode":400,
2577
- "senderFault":true
2578
- },
2579
- "exception":true
2580
- },
2581
- {
2582
- "shape":"HsmConfigurationNotFoundFault",
2583
- "error":{
2584
- "code":"HsmConfigurationNotFoundFault",
2585
- "httpStatusCode":400,
2586
- "senderFault":true
2587
- },
2588
- "exception":true
2589
- },
2590
- {
2591
- "shape":"InvalidElasticIpFault",
2592
- "error":{
2593
- "code":"InvalidElasticIpFault",
2594
- "httpStatusCode":400,
2595
- "senderFault":true
2596
- },
2597
- "exception":true
2598
- },
2599
- {
2600
- "shape":"ClusterParameterGroupNotFoundFault",
2601
- "error":{
2602
- "code":"ClusterParameterGroupNotFound",
2603
- "httpStatusCode":404,
2604
- "senderFault":true
2605
- },
2606
- "exception":true
2607
- },
2608
- {
2609
- "shape":"ClusterSecurityGroupNotFoundFault",
2610
- "error":{
2611
- "code":"ClusterSecurityGroupNotFound",
2612
- "httpStatusCode":404,
2613
- "senderFault":true
2614
- },
2615
- "exception":true
2616
- },
2617
- {
2618
- "shape":"LimitExceededFault",
2619
- "error":{
2620
- "code":"LimitExceededFault",
2621
- "httpStatusCode":400,
2622
- "senderFault":true
2623
- },
2624
- "exception":true
2625
- }
960
+ {"shape":"AccessToSnapshotDeniedFault"},
961
+ {"shape":"ClusterAlreadyExistsFault"},
962
+ {"shape":"ClusterSnapshotNotFoundFault"},
963
+ {"shape":"ClusterQuotaExceededFault"},
964
+ {"shape":"InsufficientClusterCapacityFault"},
965
+ {"shape":"InvalidClusterSnapshotStateFault"},
966
+ {"shape":"InvalidRestoreFault"},
967
+ {"shape":"NumberOfNodesQuotaExceededFault"},
968
+ {"shape":"NumberOfNodesPerClusterLimitExceededFault"},
969
+ {"shape":"InvalidVPCNetworkStateFault"},
970
+ {"shape":"InvalidClusterSubnetGroupStateFault"},
971
+ {"shape":"InvalidSubnet"},
972
+ {"shape":"ClusterSubnetGroupNotFoundFault"},
973
+ {"shape":"UnauthorizedOperation"},
974
+ {"shape":"HsmClientCertificateNotFoundFault"},
975
+ {"shape":"HsmConfigurationNotFoundFault"},
976
+ {"shape":"InvalidElasticIpFault"},
977
+ {"shape":"ClusterParameterGroupNotFoundFault"},
978
+ {"shape":"ClusterSecurityGroupNotFoundFault"},
979
+ {"shape":"LimitExceededFault"},
980
+ {"shape":"DependentServiceRequestThrottlingFault"}
981
+ ]
982
+ },
983
+ "RestoreTableFromClusterSnapshot":{
984
+ "name":"RestoreTableFromClusterSnapshot",
985
+ "http":{
986
+ "method":"POST",
987
+ "requestUri":"/"
988
+ },
989
+ "input":{"shape":"RestoreTableFromClusterSnapshotMessage"},
990
+ "output":{
991
+ "shape":"RestoreTableFromClusterSnapshotResult",
992
+ "resultWrapper":"RestoreTableFromClusterSnapshotResult"
993
+ },
994
+ "errors":[
995
+ {"shape":"ClusterSnapshotNotFoundFault"},
996
+ {"shape":"InProgressTableRestoreQuotaExceededFault"},
997
+ {"shape":"InvalidClusterSnapshotStateFault"},
998
+ {"shape":"InvalidTableRestoreArgumentFault"},
999
+ {"shape":"ClusterNotFoundFault"},
1000
+ {"shape":"InvalidClusterStateFault"},
1001
+ {"shape":"UnsupportedOperationFault"}
2626
1002
  ]
2627
1003
  },
2628
1004
  "RevokeClusterSecurityGroupIngress":{
@@ -2634,37 +1010,12 @@
2634
1010
  "input":{"shape":"RevokeClusterSecurityGroupIngressMessage"},
2635
1011
  "output":{
2636
1012
  "shape":"RevokeClusterSecurityGroupIngressResult",
2637
- "wrapper":true,
2638
1013
  "resultWrapper":"RevokeClusterSecurityGroupIngressResult"
2639
1014
  },
2640
1015
  "errors":[
2641
- {
2642
- "shape":"ClusterSecurityGroupNotFoundFault",
2643
- "error":{
2644
- "code":"ClusterSecurityGroupNotFound",
2645
- "httpStatusCode":404,
2646
- "senderFault":true
2647
- },
2648
- "exception":true
2649
- },
2650
- {
2651
- "shape":"AuthorizationNotFoundFault",
2652
- "error":{
2653
- "code":"AuthorizationNotFound",
2654
- "httpStatusCode":404,
2655
- "senderFault":true
2656
- },
2657
- "exception":true
2658
- },
2659
- {
2660
- "shape":"InvalidClusterSecurityGroupStateFault",
2661
- "error":{
2662
- "code":"InvalidClusterSecurityGroupState",
2663
- "httpStatusCode":400,
2664
- "senderFault":true
2665
- },
2666
- "exception":true
2667
- }
1016
+ {"shape":"ClusterSecurityGroupNotFoundFault"},
1017
+ {"shape":"AuthorizationNotFoundFault"},
1018
+ {"shape":"InvalidClusterSecurityGroupStateFault"}
2668
1019
  ]
2669
1020
  },
2670
1021
  "RevokeSnapshotAccess":{
@@ -2676,37 +1027,12 @@
2676
1027
  "input":{"shape":"RevokeSnapshotAccessMessage"},
2677
1028
  "output":{
2678
1029
  "shape":"RevokeSnapshotAccessResult",
2679
- "wrapper":true,
2680
1030
  "resultWrapper":"RevokeSnapshotAccessResult"
2681
1031
  },
2682
1032
  "errors":[
2683
- {
2684
- "shape":"AccessToSnapshotDeniedFault",
2685
- "error":{
2686
- "code":"AccessToSnapshotDenied",
2687
- "httpStatusCode":400,
2688
- "senderFault":true
2689
- },
2690
- "exception":true
2691
- },
2692
- {
2693
- "shape":"AuthorizationNotFoundFault",
2694
- "error":{
2695
- "code":"AuthorizationNotFound",
2696
- "httpStatusCode":404,
2697
- "senderFault":true
2698
- },
2699
- "exception":true
2700
- },
2701
- {
2702
- "shape":"ClusterSnapshotNotFoundFault",
2703
- "error":{
2704
- "code":"ClusterSnapshotNotFound",
2705
- "httpStatusCode":404,
2706
- "senderFault":true
2707
- },
2708
- "exception":true
2709
- }
1033
+ {"shape":"AccessToSnapshotDeniedFault"},
1034
+ {"shape":"AuthorizationNotFoundFault"},
1035
+ {"shape":"ClusterSnapshotNotFoundFault"}
2710
1036
  ]
2711
1037
  },
2712
1038
  "RotateEncryptionKey":{
@@ -2718,28 +1044,12 @@
2718
1044
  "input":{"shape":"RotateEncryptionKeyMessage"},
2719
1045
  "output":{
2720
1046
  "shape":"RotateEncryptionKeyResult",
2721
- "wrapper":true,
2722
1047
  "resultWrapper":"RotateEncryptionKeyResult"
2723
1048
  },
2724
1049
  "errors":[
2725
- {
2726
- "shape":"ClusterNotFoundFault",
2727
- "error":{
2728
- "code":"ClusterNotFound",
2729
- "httpStatusCode":404,
2730
- "senderFault":true
2731
- },
2732
- "exception":true
2733
- },
2734
- {
2735
- "shape":"InvalidClusterStateFault",
2736
- "error":{
2737
- "code":"InvalidClusterState",
2738
- "httpStatusCode":400,
2739
- "senderFault":true
2740
- },
2741
- "exception":true
2742
- }
1050
+ {"shape":"ClusterNotFoundFault"},
1051
+ {"shape":"InvalidClusterStateFault"},
1052
+ {"shape":"DependentServiceRequestThrottlingFault"}
2743
1053
  ]
2744
1054
  }
2745
1055
  },
@@ -2811,6 +1121,12 @@
2811
1121
  "EC2SecurityGroupOwnerId":{"shape":"String"}
2812
1122
  }
2813
1123
  },
1124
+ "AuthorizeClusterSecurityGroupIngressResult":{
1125
+ "type":"structure",
1126
+ "members":{
1127
+ "ClusterSecurityGroup":{"shape":"ClusterSecurityGroup"}
1128
+ }
1129
+ },
2814
1130
  "AuthorizeSnapshotAccessMessage":{
2815
1131
  "type":"structure",
2816
1132
  "required":[
@@ -2823,6 +1139,12 @@
2823
1139
  "AccountWithRestoreAccess":{"shape":"String"}
2824
1140
  }
2825
1141
  },
1142
+ "AuthorizeSnapshotAccessResult":{
1143
+ "type":"structure",
1144
+ "members":{
1145
+ "Snapshot":{"shape":"Snapshot"}
1146
+ }
1147
+ },
2826
1148
  "AvailabilityZone":{
2827
1149
  "type":"structure",
2828
1150
  "members":{
@@ -3261,6 +1583,12 @@
3261
1583
  "TargetSnapshotIdentifier":{"shape":"String"}
3262
1584
  }
3263
1585
  },
1586
+ "CopyClusterSnapshotResult":{
1587
+ "type":"structure",
1588
+ "members":{
1589
+ "Snapshot":{"shape":"Snapshot"}
1590
+ }
1591
+ },
3264
1592
  "CopyToRegionDisabledFault":{
3265
1593
  "type":"structure",
3266
1594
  "members":{
@@ -3304,7 +1632,8 @@
3304
1632
  "HsmConfigurationIdentifier":{"shape":"String"},
3305
1633
  "ElasticIp":{"shape":"String"},
3306
1634
  "Tags":{"shape":"TagList"},
3307
- "KmsKeyId":{"shape":"String"}
1635
+ "KmsKeyId":{"shape":"String"},
1636
+ "AdditionalInfo":{"shape":"String"}
3308
1637
  }
3309
1638
  },
3310
1639
  "CreateClusterParameterGroupMessage":{
@@ -3321,6 +1650,18 @@
3321
1650
  "Tags":{"shape":"TagList"}
3322
1651
  }
3323
1652
  },
1653
+ "CreateClusterParameterGroupResult":{
1654
+ "type":"structure",
1655
+ "members":{
1656
+ "ClusterParameterGroup":{"shape":"ClusterParameterGroup"}
1657
+ }
1658
+ },
1659
+ "CreateClusterResult":{
1660
+ "type":"structure",
1661
+ "members":{
1662
+ "Cluster":{"shape":"Cluster"}
1663
+ }
1664
+ },
3324
1665
  "CreateClusterSecurityGroupMessage":{
3325
1666
  "type":"structure",
3326
1667
  "required":[
@@ -3333,6 +1674,12 @@
3333
1674
  "Tags":{"shape":"TagList"}
3334
1675
  }
3335
1676
  },
1677
+ "CreateClusterSecurityGroupResult":{
1678
+ "type":"structure",
1679
+ "members":{
1680
+ "ClusterSecurityGroup":{"shape":"ClusterSecurityGroup"}
1681
+ }
1682
+ },
3336
1683
  "CreateClusterSnapshotMessage":{
3337
1684
  "type":"structure",
3338
1685
  "required":[
@@ -3345,6 +1692,12 @@
3345
1692
  "Tags":{"shape":"TagList"}
3346
1693
  }
3347
1694
  },
1695
+ "CreateClusterSnapshotResult":{
1696
+ "type":"structure",
1697
+ "members":{
1698
+ "Snapshot":{"shape":"Snapshot"}
1699
+ }
1700
+ },
3348
1701
  "CreateClusterSubnetGroupMessage":{
3349
1702
  "type":"structure",
3350
1703
  "required":[
@@ -3359,6 +1712,12 @@
3359
1712
  "Tags":{"shape":"TagList"}
3360
1713
  }
3361
1714
  },
1715
+ "CreateClusterSubnetGroupResult":{
1716
+ "type":"structure",
1717
+ "members":{
1718
+ "ClusterSubnetGroup":{"shape":"ClusterSubnetGroup"}
1719
+ }
1720
+ },
3362
1721
  "CreateEventSubscriptionMessage":{
3363
1722
  "type":"structure",
3364
1723
  "required":[
@@ -3376,6 +1735,12 @@
3376
1735
  "Tags":{"shape":"TagList"}
3377
1736
  }
3378
1737
  },
1738
+ "CreateEventSubscriptionResult":{
1739
+ "type":"structure",
1740
+ "members":{
1741
+ "EventSubscription":{"shape":"EventSubscription"}
1742
+ }
1743
+ },
3379
1744
  "CreateHsmClientCertificateMessage":{
3380
1745
  "type":"structure",
3381
1746
  "required":["HsmClientCertificateIdentifier"],
@@ -3384,6 +1749,12 @@
3384
1749
  "Tags":{"shape":"TagList"}
3385
1750
  }
3386
1751
  },
1752
+ "CreateHsmClientCertificateResult":{
1753
+ "type":"structure",
1754
+ "members":{
1755
+ "HsmClientCertificate":{"shape":"HsmClientCertificate"}
1756
+ }
1757
+ },
3387
1758
  "CreateHsmConfigurationMessage":{
3388
1759
  "type":"structure",
3389
1760
  "required":[
@@ -3404,6 +1775,12 @@
3404
1775
  "Tags":{"shape":"TagList"}
3405
1776
  }
3406
1777
  },
1778
+ "CreateHsmConfigurationResult":{
1779
+ "type":"structure",
1780
+ "members":{
1781
+ "HsmConfiguration":{"shape":"HsmConfiguration"}
1782
+ }
1783
+ },
3407
1784
  "CreateSnapshotCopyGrantMessage":{
3408
1785
  "type":"structure",
3409
1786
  "required":["SnapshotCopyGrantName"],
@@ -3413,6 +1790,12 @@
3413
1790
  "Tags":{"shape":"TagList"}
3414
1791
  }
3415
1792
  },
1793
+ "CreateSnapshotCopyGrantResult":{
1794
+ "type":"structure",
1795
+ "members":{
1796
+ "SnapshotCopyGrant":{"shape":"SnapshotCopyGrant"}
1797
+ }
1798
+ },
3416
1799
  "CreateTagsMessage":{
3417
1800
  "type":"structure",
3418
1801
  "required":[
@@ -3449,6 +1832,12 @@
3449
1832
  "ParameterGroupName":{"shape":"String"}
3450
1833
  }
3451
1834
  },
1835
+ "DeleteClusterResult":{
1836
+ "type":"structure",
1837
+ "members":{
1838
+ "Cluster":{"shape":"Cluster"}
1839
+ }
1840
+ },
3452
1841
  "DeleteClusterSecurityGroupMessage":{
3453
1842
  "type":"structure",
3454
1843
  "required":["ClusterSecurityGroupName"],
@@ -3464,6 +1853,12 @@
3464
1853
  "SnapshotClusterIdentifier":{"shape":"String"}
3465
1854
  }
3466
1855
  },
1856
+ "DeleteClusterSnapshotResult":{
1857
+ "type":"structure",
1858
+ "members":{
1859
+ "Snapshot":{"shape":"Snapshot"}
1860
+ }
1861
+ },
3467
1862
  "DeleteClusterSubnetGroupMessage":{
3468
1863
  "type":"structure",
3469
1864
  "required":["ClusterSubnetGroupName"],
@@ -3510,6 +1905,17 @@
3510
1905
  "TagKeys":{"shape":"TagKeyList"}
3511
1906
  }
3512
1907
  },
1908
+ "DependentServiceRequestThrottlingFault":{
1909
+ "type":"structure",
1910
+ "members":{
1911
+ },
1912
+ "error":{
1913
+ "code":"DependentServiceRequestThrottlingFault",
1914
+ "httpStatusCode":400,
1915
+ "senderFault":true
1916
+ },
1917
+ "exception":true
1918
+ },
3513
1919
  "DescribeClusterParameterGroupsMessage":{
3514
1920
  "type":"structure",
3515
1921
  "members":{
@@ -3593,6 +1999,12 @@
3593
1999
  "Marker":{"shape":"String"}
3594
2000
  }
3595
2001
  },
2002
+ "DescribeDefaultClusterParametersResult":{
2003
+ "type":"structure",
2004
+ "members":{
2005
+ "DefaultClusterParameters":{"shape":"DefaultClusterParameters"}
2006
+ }
2007
+ },
3596
2008
  "DescribeEventCategoriesMessage":{
3597
2009
  "type":"structure",
3598
2010
  "members":{
@@ -3688,6 +2100,15 @@
3688
2100
  "TagValues":{"shape":"TagValueList"}
3689
2101
  }
3690
2102
  },
2103
+ "DescribeTableRestoreStatusMessage":{
2104
+ "type":"structure",
2105
+ "members":{
2106
+ "ClusterIdentifier":{"shape":"String"},
2107
+ "TableRestoreRequestId":{"shape":"String"},
2108
+ "MaxRecords":{"shape":"IntegerOptional"},
2109
+ "Marker":{"shape":"String"}
2110
+ }
2111
+ },
3691
2112
  "DescribeTagsMessage":{
3692
2113
  "type":"structure",
3693
2114
  "members":{
@@ -3713,6 +2134,12 @@
3713
2134
  "ClusterIdentifier":{"shape":"String"}
3714
2135
  }
3715
2136
  },
2137
+ "DisableSnapshotCopyResult":{
2138
+ "type":"structure",
2139
+ "members":{
2140
+ "Cluster":{"shape":"Cluster"}
2141
+ }
2142
+ },
3716
2143
  "Double":{"type":"double"},
3717
2144
  "DoubleOptional":{"type":"double"},
3718
2145
  "EC2SecurityGroup":{
@@ -3763,6 +2190,12 @@
3763
2190
  "SnapshotCopyGrantName":{"shape":"String"}
3764
2191
  }
3765
2192
  },
2193
+ "EnableSnapshotCopyResult":{
2194
+ "type":"structure",
2195
+ "members":{
2196
+ "Cluster":{"shape":"Cluster"}
2197
+ }
2198
+ },
3766
2199
  "Endpoint":{
3767
2200
  "type":"structure",
3768
2201
  "members":{
@@ -4032,6 +2465,17 @@
4032
2465
  "type":"list",
4033
2466
  "member":{"shape":"String"}
4034
2467
  },
2468
+ "InProgressTableRestoreQuotaExceededFault":{
2469
+ "type":"structure",
2470
+ "members":{
2471
+ },
2472
+ "error":{
2473
+ "code":"InProgressTableRestoreQuotaExceededFault",
2474
+ "httpStatusCode":400,
2475
+ "senderFault":true
2476
+ },
2477
+ "exception":true
2478
+ },
4035
2479
  "IncompatibleOrderableOptions":{
4036
2480
  "type":"structure",
4037
2481
  "members":{
@@ -4232,6 +2676,17 @@
4232
2676
  },
4233
2677
  "exception":true
4234
2678
  },
2679
+ "InvalidTableRestoreArgumentFault":{
2680
+ "type":"structure",
2681
+ "members":{
2682
+ },
2683
+ "error":{
2684
+ "code":"InvalidTableRestoreArgument",
2685
+ "httpStatusCode":400,
2686
+ "senderFault":true
2687
+ },
2688
+ "exception":true
2689
+ },
4235
2690
  "InvalidTagFault":{
4236
2691
  "type":"structure",
4237
2692
  "members":{
@@ -4296,7 +2751,9 @@
4296
2751
  "AllowVersionUpgrade":{"shape":"BooleanOptional"},
4297
2752
  "HsmClientCertificateIdentifier":{"shape":"String"},
4298
2753
  "HsmConfigurationIdentifier":{"shape":"String"},
4299
- "NewClusterIdentifier":{"shape":"String"}
2754
+ "NewClusterIdentifier":{"shape":"String"},
2755
+ "PubliclyAccessible":{"shape":"BooleanOptional"},
2756
+ "ElasticIp":{"shape":"String"}
4300
2757
  }
4301
2758
  },
4302
2759
  "ModifyClusterParameterGroupMessage":{
@@ -4310,6 +2767,12 @@
4310
2767
  "Parameters":{"shape":"ParametersList"}
4311
2768
  }
4312
2769
  },
2770
+ "ModifyClusterResult":{
2771
+ "type":"structure",
2772
+ "members":{
2773
+ "Cluster":{"shape":"Cluster"}
2774
+ }
2775
+ },
4313
2776
  "ModifyClusterSubnetGroupMessage":{
4314
2777
  "type":"structure",
4315
2778
  "required":[
@@ -4322,6 +2785,12 @@
4322
2785
  "SubnetIds":{"shape":"SubnetIdentifierList"}
4323
2786
  }
4324
2787
  },
2788
+ "ModifyClusterSubnetGroupResult":{
2789
+ "type":"structure",
2790
+ "members":{
2791
+ "ClusterSubnetGroup":{"shape":"ClusterSubnetGroup"}
2792
+ }
2793
+ },
4325
2794
  "ModifyEventSubscriptionMessage":{
4326
2795
  "type":"structure",
4327
2796
  "required":["SubscriptionName"],
@@ -4335,6 +2804,12 @@
4335
2804
  "Enabled":{"shape":"BooleanOptional"}
4336
2805
  }
4337
2806
  },
2807
+ "ModifyEventSubscriptionResult":{
2808
+ "type":"structure",
2809
+ "members":{
2810
+ "EventSubscription":{"shape":"EventSubscription"}
2811
+ }
2812
+ },
4338
2813
  "ModifySnapshotCopyRetentionPeriodMessage":{
4339
2814
  "type":"structure",
4340
2815
  "required":[
@@ -4346,6 +2821,12 @@
4346
2821
  "RetentionPeriod":{"shape":"Integer"}
4347
2822
  }
4348
2823
  },
2824
+ "ModifySnapshotCopyRetentionPeriodResult":{
2825
+ "type":"structure",
2826
+ "members":{
2827
+ "Cluster":{"shape":"Cluster"}
2828
+ }
2829
+ },
4349
2830
  "NumberOfNodesPerClusterLimitExceededFault":{
4350
2831
  "type":"structure",
4351
2832
  "members":{
@@ -4436,7 +2917,8 @@
4436
2917
  "ClusterType":{"shape":"String"},
4437
2918
  "ClusterVersion":{"shape":"String"},
4438
2919
  "AutomatedSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
4439
- "ClusterIdentifier":{"shape":"String"}
2920
+ "ClusterIdentifier":{"shape":"String"},
2921
+ "PubliclyAccessible":{"shape":"BooleanOptional"}
4440
2922
  }
4441
2923
  },
4442
2924
  "PurchaseReservedNodeOfferingMessage":{
@@ -4447,6 +2929,12 @@
4447
2929
  "NodeCount":{"shape":"IntegerOptional"}
4448
2930
  }
4449
2931
  },
2932
+ "PurchaseReservedNodeOfferingResult":{
2933
+ "type":"structure",
2934
+ "members":{
2935
+ "ReservedNode":{"shape":"ReservedNode"}
2936
+ }
2937
+ },
4450
2938
  "RebootClusterMessage":{
4451
2939
  "type":"structure",
4452
2940
  "required":["ClusterIdentifier"],
@@ -4454,6 +2942,12 @@
4454
2942
  "ClusterIdentifier":{"shape":"String"}
4455
2943
  }
4456
2944
  },
2945
+ "RebootClusterResult":{
2946
+ "type":"structure",
2947
+ "members":{
2948
+ "Cluster":{"shape":"Cluster"}
2949
+ }
2950
+ },
4457
2951
  "RecurringCharge":{
4458
2952
  "type":"structure",
4459
2953
  "members":{
@@ -4653,7 +3147,14 @@
4653
3147
  "PreferredMaintenanceWindow":{"shape":"String"},
4654
3148
  "AutomatedSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
4655
3149
  "KmsKeyId":{"shape":"String"},
4656
- "NodeType":{"shape":"String"}
3150
+ "NodeType":{"shape":"String"},
3151
+ "AdditionalInfo":{"shape":"String"}
3152
+ }
3153
+ },
3154
+ "RestoreFromClusterSnapshotResult":{
3155
+ "type":"structure",
3156
+ "members":{
3157
+ "Cluster":{"shape":"Cluster"}
4657
3158
  }
4658
3159
  },
4659
3160
  "RestoreStatus":{
@@ -4667,6 +3168,32 @@
4667
3168
  "EstimatedTimeToCompletionInSeconds":{"shape":"Long"}
4668
3169
  }
4669
3170
  },
3171
+ "RestoreTableFromClusterSnapshotMessage":{
3172
+ "type":"structure",
3173
+ "required":[
3174
+ "ClusterIdentifier",
3175
+ "SnapshotIdentifier",
3176
+ "SourceDatabaseName",
3177
+ "SourceTableName",
3178
+ "NewTableName"
3179
+ ],
3180
+ "members":{
3181
+ "ClusterIdentifier":{"shape":"String"},
3182
+ "SnapshotIdentifier":{"shape":"String"},
3183
+ "SourceDatabaseName":{"shape":"String"},
3184
+ "SourceSchemaName":{"shape":"String"},
3185
+ "SourceTableName":{"shape":"String"},
3186
+ "TargetDatabaseName":{"shape":"String"},
3187
+ "TargetSchemaName":{"shape":"String"},
3188
+ "NewTableName":{"shape":"String"}
3189
+ }
3190
+ },
3191
+ "RestoreTableFromClusterSnapshotResult":{
3192
+ "type":"structure",
3193
+ "members":{
3194
+ "TableRestoreStatus":{"shape":"TableRestoreStatus"}
3195
+ }
3196
+ },
4670
3197
  "RevokeClusterSecurityGroupIngressMessage":{
4671
3198
  "type":"structure",
4672
3199
  "required":["ClusterSecurityGroupName"],
@@ -4677,6 +3204,12 @@
4677
3204
  "EC2SecurityGroupOwnerId":{"shape":"String"}
4678
3205
  }
4679
3206
  },
3207
+ "RevokeClusterSecurityGroupIngressResult":{
3208
+ "type":"structure",
3209
+ "members":{
3210
+ "ClusterSecurityGroup":{"shape":"ClusterSecurityGroup"}
3211
+ }
3212
+ },
4680
3213
  "RevokeSnapshotAccessMessage":{
4681
3214
  "type":"structure",
4682
3215
  "required":[
@@ -4689,6 +3222,12 @@
4689
3222
  "AccountWithRestoreAccess":{"shape":"String"}
4690
3223
  }
4691
3224
  },
3225
+ "RevokeSnapshotAccessResult":{
3226
+ "type":"structure",
3227
+ "members":{
3228
+ "Snapshot":{"shape":"Snapshot"}
3229
+ }
3230
+ },
4692
3231
  "RotateEncryptionKeyMessage":{
4693
3232
  "type":"structure",
4694
3233
  "required":["ClusterIdentifier"],
@@ -4696,6 +3235,12 @@
4696
3235
  "ClusterIdentifier":{"shape":"String"}
4697
3236
  }
4698
3237
  },
3238
+ "RotateEncryptionKeyResult":{
3239
+ "type":"structure",
3240
+ "members":{
3241
+ "Cluster":{"shape":"Cluster"}
3242
+ }
3243
+ },
4699
3244
  "SNSInvalidTopicFault":{
4700
3245
  "type":"structure",
4701
3246
  "members":{
@@ -4983,6 +3528,61 @@
4983
3528
  "exception":true
4984
3529
  },
4985
3530
  "TStamp":{"type":"timestamp"},
3531
+ "TableRestoreNotFoundFault":{
3532
+ "type":"structure",
3533
+ "members":{
3534
+ },
3535
+ "error":{
3536
+ "code":"TableRestoreNotFoundFault",
3537
+ "httpStatusCode":400,
3538
+ "senderFault":true
3539
+ },
3540
+ "exception":true
3541
+ },
3542
+ "TableRestoreStatus":{
3543
+ "type":"structure",
3544
+ "members":{
3545
+ "TableRestoreRequestId":{"shape":"String"},
3546
+ "Status":{"shape":"TableRestoreStatusType"},
3547
+ "Message":{"shape":"String"},
3548
+ "RequestTime":{"shape":"TStamp"},
3549
+ "ProgressInMegaBytes":{"shape":"LongOptional"},
3550
+ "TotalDataInMegaBytes":{"shape":"LongOptional"},
3551
+ "ClusterIdentifier":{"shape":"String"},
3552
+ "SnapshotIdentifier":{"shape":"String"},
3553
+ "SourceDatabaseName":{"shape":"String"},
3554
+ "SourceSchemaName":{"shape":"String"},
3555
+ "SourceTableName":{"shape":"String"},
3556
+ "TargetDatabaseName":{"shape":"String"},
3557
+ "TargetSchemaName":{"shape":"String"},
3558
+ "NewTableName":{"shape":"String"}
3559
+ },
3560
+ "wrapper":true
3561
+ },
3562
+ "TableRestoreStatusList":{
3563
+ "type":"list",
3564
+ "member":{
3565
+ "shape":"TableRestoreStatus",
3566
+ "locationName":"TableRestoreStatus"
3567
+ }
3568
+ },
3569
+ "TableRestoreStatusMessage":{
3570
+ "type":"structure",
3571
+ "members":{
3572
+ "TableRestoreStatusDetails":{"shape":"TableRestoreStatusList"},
3573
+ "Marker":{"shape":"String"}
3574
+ }
3575
+ },
3576
+ "TableRestoreStatusType":{
3577
+ "type":"string",
3578
+ "enum":[
3579
+ "PENDING",
3580
+ "IN_PROGRESS",
3581
+ "SUCCEEDED",
3582
+ "FAILED",
3583
+ "CANCELED"
3584
+ ]
3585
+ },
4986
3586
  "Tag":{
4987
3587
  "type":"structure",
4988
3588
  "members":{
@@ -5108,168 +3708,6 @@
5108
3708
  "shape":"VpcSecurityGroupMembership",
5109
3709
  "locationName":"VpcSecurityGroup"
5110
3710
  }
5111
- },
5112
- "AuthorizeClusterSecurityGroupIngressResult":{
5113
- "type":"structure",
5114
- "members":{
5115
- "ClusterSecurityGroup":{"shape":"ClusterSecurityGroup"}
5116
- }
5117
- },
5118
- "AuthorizeSnapshotAccessResult":{
5119
- "type":"structure",
5120
- "members":{
5121
- "Snapshot":{"shape":"Snapshot"}
5122
- }
5123
- },
5124
- "CopyClusterSnapshotResult":{
5125
- "type":"structure",
5126
- "members":{
5127
- "Snapshot":{"shape":"Snapshot"}
5128
- }
5129
- },
5130
- "CreateClusterResult":{
5131
- "type":"structure",
5132
- "members":{
5133
- "Cluster":{"shape":"Cluster"}
5134
- }
5135
- },
5136
- "CreateClusterParameterGroupResult":{
5137
- "type":"structure",
5138
- "members":{
5139
- "ClusterParameterGroup":{"shape":"ClusterParameterGroup"}
5140
- }
5141
- },
5142
- "CreateClusterSecurityGroupResult":{
5143
- "type":"structure",
5144
- "members":{
5145
- "ClusterSecurityGroup":{"shape":"ClusterSecurityGroup"}
5146
- }
5147
- },
5148
- "CreateClusterSnapshotResult":{
5149
- "type":"structure",
5150
- "members":{
5151
- "Snapshot":{"shape":"Snapshot"}
5152
- }
5153
- },
5154
- "CreateClusterSubnetGroupResult":{
5155
- "type":"structure",
5156
- "members":{
5157
- "ClusterSubnetGroup":{"shape":"ClusterSubnetGroup"}
5158
- }
5159
- },
5160
- "CreateEventSubscriptionResult":{
5161
- "type":"structure",
5162
- "members":{
5163
- "EventSubscription":{"shape":"EventSubscription"}
5164
- }
5165
- },
5166
- "CreateHsmClientCertificateResult":{
5167
- "type":"structure",
5168
- "members":{
5169
- "HsmClientCertificate":{"shape":"HsmClientCertificate"}
5170
- }
5171
- },
5172
- "CreateHsmConfigurationResult":{
5173
- "type":"structure",
5174
- "members":{
5175
- "HsmConfiguration":{"shape":"HsmConfiguration"}
5176
- }
5177
- },
5178
- "CreateSnapshotCopyGrantResult":{
5179
- "type":"structure",
5180
- "members":{
5181
- "SnapshotCopyGrant":{"shape":"SnapshotCopyGrant"}
5182
- }
5183
- },
5184
- "DeleteClusterResult":{
5185
- "type":"structure",
5186
- "members":{
5187
- "Cluster":{"shape":"Cluster"}
5188
- }
5189
- },
5190
- "DeleteClusterSnapshotResult":{
5191
- "type":"structure",
5192
- "members":{
5193
- "Snapshot":{"shape":"Snapshot"}
5194
- }
5195
- },
5196
- "DescribeDefaultClusterParametersResult":{
5197
- "type":"structure",
5198
- "members":{
5199
- "DefaultClusterParameters":{"shape":"DefaultClusterParameters"}
5200
- }
5201
- },
5202
- "DisableSnapshotCopyResult":{
5203
- "type":"structure",
5204
- "members":{
5205
- "Cluster":{"shape":"Cluster"}
5206
- }
5207
- },
5208
- "EnableSnapshotCopyResult":{
5209
- "type":"structure",
5210
- "members":{
5211
- "Cluster":{"shape":"Cluster"}
5212
- }
5213
- },
5214
- "ModifyClusterResult":{
5215
- "type":"structure",
5216
- "members":{
5217
- "Cluster":{"shape":"Cluster"}
5218
- }
5219
- },
5220
- "ModifyClusterSubnetGroupResult":{
5221
- "type":"structure",
5222
- "members":{
5223
- "ClusterSubnetGroup":{"shape":"ClusterSubnetGroup"}
5224
- }
5225
- },
5226
- "ModifyEventSubscriptionResult":{
5227
- "type":"structure",
5228
- "members":{
5229
- "EventSubscription":{"shape":"EventSubscription"}
5230
- }
5231
- },
5232
- "ModifySnapshotCopyRetentionPeriodResult":{
5233
- "type":"structure",
5234
- "members":{
5235
- "Cluster":{"shape":"Cluster"}
5236
- }
5237
- },
5238
- "PurchaseReservedNodeOfferingResult":{
5239
- "type":"structure",
5240
- "members":{
5241
- "ReservedNode":{"shape":"ReservedNode"}
5242
- }
5243
- },
5244
- "RebootClusterResult":{
5245
- "type":"structure",
5246
- "members":{
5247
- "Cluster":{"shape":"Cluster"}
5248
- }
5249
- },
5250
- "RestoreFromClusterSnapshotResult":{
5251
- "type":"structure",
5252
- "members":{
5253
- "Cluster":{"shape":"Cluster"}
5254
- }
5255
- },
5256
- "RevokeClusterSecurityGroupIngressResult":{
5257
- "type":"structure",
5258
- "members":{
5259
- "ClusterSecurityGroup":{"shape":"ClusterSecurityGroup"}
5260
- }
5261
- },
5262
- "RevokeSnapshotAccessResult":{
5263
- "type":"structure",
5264
- "members":{
5265
- "Snapshot":{"shape":"Snapshot"}
5266
- }
5267
- },
5268
- "RotateEncryptionKeyResult":{
5269
- "type":"structure",
5270
- "members":{
5271
- "Cluster":{"shape":"Cluster"}
5272
- }
5273
3711
  }
5274
3712
  }
5275
3713
  }