aws-sdk-core 2.2.29 → 2.2.30

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60d3465626efa3d9b82d512c1d339b9527acc7f8
4
- data.tar.gz: 3ffc3604bc5756147499c8d248c2eb4894f0b41d
3
+ metadata.gz: 99dbd5664ae0da0b1d9ca5bb96f317211c9327bf
4
+ data.tar.gz: 9c206c37e0cdebb425046ecc17151ba590c45f9e
5
5
  SHA512:
6
- metadata.gz: 6ab58ea31b2e8985ccab0cb2c615eecf37ef8f1cc383a408fd1b9b13a860b0454aff7dde4ef24fccd2d8e5e1b114a8085c9d309245d6649d105cff5fbd201b0b
7
- data.tar.gz: 7ac55398fa098cdc3bf010374e3a951e0f00785a6393270c6da6cfade33ef3cb107ff60b74726360ba1b300709e31122be873eea23eb38989931792b03dbf184
6
+ metadata.gz: 044a1f16fd088aa75bcb50e8e07471503f406164de4b9d6c7a51fa41d555699af7956f2099640308d2f5bc2a69bbe8014745cb31664c859bee7aa1713d4453cb
7
+ data.tar.gz: 933c58ff92d799b78af80e99bb2b26913686c64f4193907804661f34453582c3464082b2380dae54d68b7ac7f2b31f8943e2032ec3d5e57a496322a70fd0007d
@@ -3,10 +3,10 @@
3
3
  "metadata":{
4
4
  "apiVersion":"2015-02-02",
5
5
  "endpointPrefix":"elasticache",
6
+ "protocol":"query",
6
7
  "serviceFullName":"Amazon ElastiCache",
7
8
  "signatureVersion":"v4",
8
- "xmlNamespace":"http://elasticache.amazonaws.com/doc/2015-02-02/",
9
- "protocol":"query"
9
+ "xmlNamespace":"http://elasticache.amazonaws.com/doc/2015-02-02/"
10
10
  },
11
11
  "operations":{
12
12
  "AddTagsToResource":{
@@ -21,42 +21,10 @@
21
21
  "resultWrapper":"AddTagsToResourceResult"
22
22
  },
23
23
  "errors":[
24
- {
25
- "shape":"CacheClusterNotFoundFault",
26
- "error":{
27
- "code":"CacheClusterNotFound",
28
- "httpStatusCode":404,
29
- "senderFault":true
30
- },
31
- "exception":true
32
- },
33
- {
34
- "shape":"SnapshotNotFoundFault",
35
- "error":{
36
- "code":"SnapshotNotFoundFault",
37
- "httpStatusCode":404,
38
- "senderFault":true
39
- },
40
- "exception":true
41
- },
42
- {
43
- "shape":"TagQuotaPerResourceExceeded",
44
- "error":{
45
- "code":"TagQuotaPerResourceExceeded",
46
- "httpStatusCode":400,
47
- "senderFault":true
48
- },
49
- "exception":true
50
- },
51
- {
52
- "shape":"InvalidARNFault",
53
- "error":{
54
- "code":"InvalidARN",
55
- "httpStatusCode":400,
56
- "senderFault":true
57
- },
58
- "exception":true
59
- }
24
+ {"shape":"CacheClusterNotFoundFault"},
25
+ {"shape":"SnapshotNotFoundFault"},
26
+ {"shape":"TagQuotaPerResourceExceeded"},
27
+ {"shape":"InvalidARNFault"}
60
28
  ]
61
29
  },
62
30
  "AuthorizeCacheSecurityGroupIngress":{
@@ -68,55 +36,14 @@
68
36
  "input":{"shape":"AuthorizeCacheSecurityGroupIngressMessage"},
69
37
  "output":{
70
38
  "shape":"AuthorizeCacheSecurityGroupIngressResult",
71
- "wrapper":true,
72
39
  "resultWrapper":"AuthorizeCacheSecurityGroupIngressResult"
73
40
  },
74
41
  "errors":[
75
- {
76
- "shape":"CacheSecurityGroupNotFoundFault",
77
- "error":{
78
- "code":"CacheSecurityGroupNotFound",
79
- "httpStatusCode":404,
80
- "senderFault":true
81
- },
82
- "exception":true
83
- },
84
- {
85
- "shape":"InvalidCacheSecurityGroupStateFault",
86
- "error":{
87
- "code":"InvalidCacheSecurityGroupState",
88
- "httpStatusCode":400,
89
- "senderFault":true
90
- },
91
- "exception":true
92
- },
93
- {
94
- "shape":"AuthorizationAlreadyExistsFault",
95
- "error":{
96
- "code":"AuthorizationAlreadyExists",
97
- "httpStatusCode":400,
98
- "senderFault":true
99
- },
100
- "exception":true
101
- },
102
- {
103
- "shape":"InvalidParameterValueException",
104
- "error":{
105
- "code":"InvalidParameterValue",
106
- "httpStatusCode":400,
107
- "senderFault":true
108
- },
109
- "exception":true
110
- },
111
- {
112
- "shape":"InvalidParameterCombinationException",
113
- "error":{
114
- "code":"InvalidParameterCombination",
115
- "httpStatusCode":400,
116
- "senderFault":true
117
- },
118
- "exception":true
119
- }
42
+ {"shape":"CacheSecurityGroupNotFoundFault"},
43
+ {"shape":"InvalidCacheSecurityGroupStateFault"},
44
+ {"shape":"AuthorizationAlreadyExistsFault"},
45
+ {"shape":"InvalidParameterValueException"},
46
+ {"shape":"InvalidParameterCombinationException"}
120
47
  ]
121
48
  },
122
49
  "CopySnapshot":{
@@ -128,64 +55,15 @@
128
55
  "input":{"shape":"CopySnapshotMessage"},
129
56
  "output":{
130
57
  "shape":"CopySnapshotResult",
131
- "wrapper":true,
132
58
  "resultWrapper":"CopySnapshotResult"
133
59
  },
134
60
  "errors":[
135
- {
136
- "shape":"SnapshotAlreadyExistsFault",
137
- "error":{
138
- "code":"SnapshotAlreadyExistsFault",
139
- "httpStatusCode":400,
140
- "senderFault":true
141
- },
142
- "exception":true
143
- },
144
- {
145
- "shape":"SnapshotNotFoundFault",
146
- "error":{
147
- "code":"SnapshotNotFoundFault",
148
- "httpStatusCode":404,
149
- "senderFault":true
150
- },
151
- "exception":true
152
- },
153
- {
154
- "shape":"SnapshotQuotaExceededFault",
155
- "error":{
156
- "code":"SnapshotQuotaExceededFault",
157
- "httpStatusCode":400,
158
- "senderFault":true
159
- },
160
- "exception":true
161
- },
162
- {
163
- "shape":"InvalidSnapshotStateFault",
164
- "error":{
165
- "code":"InvalidSnapshotState",
166
- "httpStatusCode":400,
167
- "senderFault":true
168
- },
169
- "exception":true
170
- },
171
- {
172
- "shape":"InvalidParameterValueException",
173
- "error":{
174
- "code":"InvalidParameterValue",
175
- "httpStatusCode":400,
176
- "senderFault":true
177
- },
178
- "exception":true
179
- },
180
- {
181
- "shape":"InvalidParameterCombinationException",
182
- "error":{
183
- "code":"InvalidParameterCombination",
184
- "httpStatusCode":400,
185
- "senderFault":true
186
- },
187
- "exception":true
188
- }
61
+ {"shape":"SnapshotAlreadyExistsFault"},
62
+ {"shape":"SnapshotNotFoundFault"},
63
+ {"shape":"SnapshotQuotaExceededFault"},
64
+ {"shape":"InvalidSnapshotStateFault"},
65
+ {"shape":"InvalidParameterValueException"},
66
+ {"shape":"InvalidParameterCombinationException"}
189
67
  ]
190
68
  },
191
69
  "CreateCacheCluster":{
@@ -197,136 +75,23 @@
197
75
  "input":{"shape":"CreateCacheClusterMessage"},
198
76
  "output":{
199
77
  "shape":"CreateCacheClusterResult",
200
- "wrapper":true,
201
78
  "resultWrapper":"CreateCacheClusterResult"
202
79
  },
203
80
  "errors":[
204
- {
205
- "shape":"ReplicationGroupNotFoundFault",
206
- "error":{
207
- "code":"ReplicationGroupNotFoundFault",
208
- "httpStatusCode":404,
209
- "senderFault":true
210
- },
211
- "exception":true
212
- },
213
- {
214
- "shape":"InvalidReplicationGroupStateFault",
215
- "error":{
216
- "code":"InvalidReplicationGroupState",
217
- "httpStatusCode":400,
218
- "senderFault":true
219
- },
220
- "exception":true
221
- },
222
- {
223
- "shape":"CacheClusterAlreadyExistsFault",
224
- "error":{
225
- "code":"CacheClusterAlreadyExists",
226
- "httpStatusCode":400,
227
- "senderFault":true
228
- },
229
- "exception":true
230
- },
231
- {
232
- "shape":"InsufficientCacheClusterCapacityFault",
233
- "error":{
234
- "code":"InsufficientCacheClusterCapacity",
235
- "httpStatusCode":400,
236
- "senderFault":true
237
- },
238
- "exception":true
239
- },
240
- {
241
- "shape":"CacheSecurityGroupNotFoundFault",
242
- "error":{
243
- "code":"CacheSecurityGroupNotFound",
244
- "httpStatusCode":404,
245
- "senderFault":true
246
- },
247
- "exception":true
248
- },
249
- {
250
- "shape":"CacheSubnetGroupNotFoundFault",
251
- "error":{
252
- "code":"CacheSubnetGroupNotFoundFault",
253
- "httpStatusCode":400,
254
- "senderFault":true
255
- },
256
- "exception":true
257
- },
258
- {
259
- "shape":"ClusterQuotaForCustomerExceededFault",
260
- "error":{
261
- "code":"ClusterQuotaForCustomerExceeded",
262
- "httpStatusCode":400,
263
- "senderFault":true
264
- },
265
- "exception":true
266
- },
267
- {
268
- "shape":"NodeQuotaForClusterExceededFault",
269
- "error":{
270
- "code":"NodeQuotaForClusterExceeded",
271
- "httpStatusCode":400,
272
- "senderFault":true
273
- },
274
- "exception":true
275
- },
276
- {
277
- "shape":"NodeQuotaForCustomerExceededFault",
278
- "error":{
279
- "code":"NodeQuotaForCustomerExceeded",
280
- "httpStatusCode":400,
281
- "senderFault":true
282
- },
283
- "exception":true
284
- },
285
- {
286
- "shape":"CacheParameterGroupNotFoundFault",
287
- "error":{
288
- "code":"CacheParameterGroupNotFound",
289
- "httpStatusCode":404,
290
- "senderFault":true
291
- },
292
- "exception":true
293
- },
294
- {
295
- "shape":"InvalidVPCNetworkStateFault",
296
- "error":{
297
- "code":"InvalidVPCNetworkStateFault",
298
- "httpStatusCode":400,
299
- "senderFault":true
300
- },
301
- "exception":true
302
- },
303
- {
304
- "shape":"TagQuotaPerResourceExceeded",
305
- "error":{
306
- "code":"TagQuotaPerResourceExceeded",
307
- "httpStatusCode":400,
308
- "senderFault":true
309
- },
310
- "exception":true
311
- },
312
- {
313
- "shape":"InvalidParameterValueException",
314
- "error":{
315
- "code":"InvalidParameterValue",
316
- "httpStatusCode":400,
317
- "senderFault":true
318
- },
319
- "exception":true
320
- },
321
- {
322
- "shape":"InvalidParameterCombinationException",
323
- "error":{
324
- "code":"InvalidParameterCombination",
325
- "httpStatusCode":400,
326
- "senderFault":true
327
- },
328
- "exception":true
329
- }
81
+ {"shape":"ReplicationGroupNotFoundFault"},
82
+ {"shape":"InvalidReplicationGroupStateFault"},
83
+ {"shape":"CacheClusterAlreadyExistsFault"},
84
+ {"shape":"InsufficientCacheClusterCapacityFault"},
85
+ {"shape":"CacheSecurityGroupNotFoundFault"},
86
+ {"shape":"CacheSubnetGroupNotFoundFault"},
87
+ {"shape":"ClusterQuotaForCustomerExceededFault"},
88
+ {"shape":"NodeQuotaForClusterExceededFault"},
89
+ {"shape":"NodeQuotaForCustomerExceededFault"},
90
+ {"shape":"CacheParameterGroupNotFoundFault"},
91
+ {"shape":"InvalidVPCNetworkStateFault"},
92
+ {"shape":"TagQuotaPerResourceExceeded"},
93
+ {"shape":"InvalidParameterValueException"},
94
+ {"shape":"InvalidParameterCombinationException"}
330
95
  ]
331
96
  },
332
97
  "CreateCacheParameterGroup":{
@@ -338,55 +103,14 @@
338
103
  "input":{"shape":"CreateCacheParameterGroupMessage"},
339
104
  "output":{
340
105
  "shape":"CreateCacheParameterGroupResult",
341
- "wrapper":true,
342
106
  "resultWrapper":"CreateCacheParameterGroupResult"
343
107
  },
344
108
  "errors":[
345
- {
346
- "shape":"CacheParameterGroupQuotaExceededFault",
347
- "error":{
348
- "code":"CacheParameterGroupQuotaExceeded",
349
- "httpStatusCode":400,
350
- "senderFault":true
351
- },
352
- "exception":true
353
- },
354
- {
355
- "shape":"CacheParameterGroupAlreadyExistsFault",
356
- "error":{
357
- "code":"CacheParameterGroupAlreadyExists",
358
- "httpStatusCode":400,
359
- "senderFault":true
360
- },
361
- "exception":true
362
- },
363
- {
364
- "shape":"InvalidCacheParameterGroupStateFault",
365
- "error":{
366
- "code":"InvalidCacheParameterGroupState",
367
- "httpStatusCode":400,
368
- "senderFault":true
369
- },
370
- "exception":true
371
- },
372
- {
373
- "shape":"InvalidParameterValueException",
374
- "error":{
375
- "code":"InvalidParameterValue",
376
- "httpStatusCode":400,
377
- "senderFault":true
378
- },
379
- "exception":true
380
- },
381
- {
382
- "shape":"InvalidParameterCombinationException",
383
- "error":{
384
- "code":"InvalidParameterCombination",
385
- "httpStatusCode":400,
386
- "senderFault":true
387
- },
388
- "exception":true
389
- }
109
+ {"shape":"CacheParameterGroupQuotaExceededFault"},
110
+ {"shape":"CacheParameterGroupAlreadyExistsFault"},
111
+ {"shape":"InvalidCacheParameterGroupStateFault"},
112
+ {"shape":"InvalidParameterValueException"},
113
+ {"shape":"InvalidParameterCombinationException"}
390
114
  ]
391
115
  },
392
116
  "CreateCacheSecurityGroup":{
@@ -398,46 +122,13 @@
398
122
  "input":{"shape":"CreateCacheSecurityGroupMessage"},
399
123
  "output":{
400
124
  "shape":"CreateCacheSecurityGroupResult",
401
- "wrapper":true,
402
125
  "resultWrapper":"CreateCacheSecurityGroupResult"
403
126
  },
404
127
  "errors":[
405
- {
406
- "shape":"CacheSecurityGroupAlreadyExistsFault",
407
- "error":{
408
- "code":"CacheSecurityGroupAlreadyExists",
409
- "httpStatusCode":400,
410
- "senderFault":true
411
- },
412
- "exception":true
413
- },
414
- {
415
- "shape":"CacheSecurityGroupQuotaExceededFault",
416
- "error":{
417
- "code":"QuotaExceeded.CacheSecurityGroup",
418
- "httpStatusCode":400,
419
- "senderFault":true
420
- },
421
- "exception":true
422
- },
423
- {
424
- "shape":"InvalidParameterValueException",
425
- "error":{
426
- "code":"InvalidParameterValue",
427
- "httpStatusCode":400,
428
- "senderFault":true
429
- },
430
- "exception":true
431
- },
432
- {
433
- "shape":"InvalidParameterCombinationException",
434
- "error":{
435
- "code":"InvalidParameterCombination",
436
- "httpStatusCode":400,
437
- "senderFault":true
438
- },
439
- "exception":true
440
- }
128
+ {"shape":"CacheSecurityGroupAlreadyExistsFault"},
129
+ {"shape":"CacheSecurityGroupQuotaExceededFault"},
130
+ {"shape":"InvalidParameterValueException"},
131
+ {"shape":"InvalidParameterCombinationException"}
441
132
  ]
442
133
  },
443
134
  "CreateCacheSubnetGroup":{
@@ -449,46 +140,13 @@
449
140
  "input":{"shape":"CreateCacheSubnetGroupMessage"},
450
141
  "output":{
451
142
  "shape":"CreateCacheSubnetGroupResult",
452
- "wrapper":true,
453
143
  "resultWrapper":"CreateCacheSubnetGroupResult"
454
144
  },
455
145
  "errors":[
456
- {
457
- "shape":"CacheSubnetGroupAlreadyExistsFault",
458
- "error":{
459
- "code":"CacheSubnetGroupAlreadyExists",
460
- "httpStatusCode":400,
461
- "senderFault":true
462
- },
463
- "exception":true
464
- },
465
- {
466
- "shape":"CacheSubnetGroupQuotaExceededFault",
467
- "error":{
468
- "code":"CacheSubnetGroupQuotaExceeded",
469
- "httpStatusCode":400,
470
- "senderFault":true
471
- },
472
- "exception":true
473
- },
474
- {
475
- "shape":"CacheSubnetQuotaExceededFault",
476
- "error":{
477
- "code":"CacheSubnetQuotaExceededFault",
478
- "httpStatusCode":400,
479
- "senderFault":true
480
- },
481
- "exception":true
482
- },
483
- {
484
- "shape":"InvalidSubnet",
485
- "error":{
486
- "code":"InvalidSubnet",
487
- "httpStatusCode":400,
488
- "senderFault":true
489
- },
490
- "exception":true
491
- }
146
+ {"shape":"CacheSubnetGroupAlreadyExistsFault"},
147
+ {"shape":"CacheSubnetGroupQuotaExceededFault"},
148
+ {"shape":"CacheSubnetQuotaExceededFault"},
149
+ {"shape":"InvalidSubnet"}
492
150
  ]
493
151
  },
494
152
  "CreateReplicationGroup":{
@@ -500,136 +158,23 @@
500
158
  "input":{"shape":"CreateReplicationGroupMessage"},
501
159
  "output":{
502
160
  "shape":"CreateReplicationGroupResult",
503
- "wrapper":true,
504
161
  "resultWrapper":"CreateReplicationGroupResult"
505
162
  },
506
163
  "errors":[
507
- {
508
- "shape":"CacheClusterNotFoundFault",
509
- "error":{
510
- "code":"CacheClusterNotFound",
511
- "httpStatusCode":404,
512
- "senderFault":true
513
- },
514
- "exception":true
515
- },
516
- {
517
- "shape":"InvalidCacheClusterStateFault",
518
- "error":{
519
- "code":"InvalidCacheClusterState",
520
- "httpStatusCode":400,
521
- "senderFault":true
522
- },
523
- "exception":true
524
- },
525
- {
526
- "shape":"ReplicationGroupAlreadyExistsFault",
527
- "error":{
528
- "code":"ReplicationGroupAlreadyExists",
529
- "httpStatusCode":400,
530
- "senderFault":true
531
- },
532
- "exception":true
533
- },
534
- {
535
- "shape":"InsufficientCacheClusterCapacityFault",
536
- "error":{
537
- "code":"InsufficientCacheClusterCapacity",
538
- "httpStatusCode":400,
539
- "senderFault":true
540
- },
541
- "exception":true
542
- },
543
- {
544
- "shape":"CacheSecurityGroupNotFoundFault",
545
- "error":{
546
- "code":"CacheSecurityGroupNotFound",
547
- "httpStatusCode":404,
548
- "senderFault":true
549
- },
550
- "exception":true
551
- },
552
- {
553
- "shape":"CacheSubnetGroupNotFoundFault",
554
- "error":{
555
- "code":"CacheSubnetGroupNotFoundFault",
556
- "httpStatusCode":400,
557
- "senderFault":true
558
- },
559
- "exception":true
560
- },
561
- {
562
- "shape":"ClusterQuotaForCustomerExceededFault",
563
- "error":{
564
- "code":"ClusterQuotaForCustomerExceeded",
565
- "httpStatusCode":400,
566
- "senderFault":true
567
- },
568
- "exception":true
569
- },
570
- {
571
- "shape":"NodeQuotaForClusterExceededFault",
572
- "error":{
573
- "code":"NodeQuotaForClusterExceeded",
574
- "httpStatusCode":400,
575
- "senderFault":true
576
- },
577
- "exception":true
578
- },
579
- {
580
- "shape":"NodeQuotaForCustomerExceededFault",
581
- "error":{
582
- "code":"NodeQuotaForCustomerExceeded",
583
- "httpStatusCode":400,
584
- "senderFault":true
585
- },
586
- "exception":true
587
- },
588
- {
589
- "shape":"CacheParameterGroupNotFoundFault",
590
- "error":{
591
- "code":"CacheParameterGroupNotFound",
592
- "httpStatusCode":404,
593
- "senderFault":true
594
- },
595
- "exception":true
596
- },
597
- {
598
- "shape":"InvalidVPCNetworkStateFault",
599
- "error":{
600
- "code":"InvalidVPCNetworkStateFault",
601
- "httpStatusCode":400,
602
- "senderFault":true
603
- },
604
- "exception":true
605
- },
606
- {
607
- "shape":"TagQuotaPerResourceExceeded",
608
- "error":{
609
- "code":"TagQuotaPerResourceExceeded",
610
- "httpStatusCode":400,
611
- "senderFault":true
612
- },
613
- "exception":true
614
- },
615
- {
616
- "shape":"InvalidParameterValueException",
617
- "error":{
618
- "code":"InvalidParameterValue",
619
- "httpStatusCode":400,
620
- "senderFault":true
621
- },
622
- "exception":true
623
- },
624
- {
625
- "shape":"InvalidParameterCombinationException",
626
- "error":{
627
- "code":"InvalidParameterCombination",
628
- "httpStatusCode":400,
629
- "senderFault":true
630
- },
631
- "exception":true
632
- }
164
+ {"shape":"CacheClusterNotFoundFault"},
165
+ {"shape":"InvalidCacheClusterStateFault"},
166
+ {"shape":"ReplicationGroupAlreadyExistsFault"},
167
+ {"shape":"InsufficientCacheClusterCapacityFault"},
168
+ {"shape":"CacheSecurityGroupNotFoundFault"},
169
+ {"shape":"CacheSubnetGroupNotFoundFault"},
170
+ {"shape":"ClusterQuotaForCustomerExceededFault"},
171
+ {"shape":"NodeQuotaForClusterExceededFault"},
172
+ {"shape":"NodeQuotaForCustomerExceededFault"},
173
+ {"shape":"CacheParameterGroupNotFoundFault"},
174
+ {"shape":"InvalidVPCNetworkStateFault"},
175
+ {"shape":"TagQuotaPerResourceExceeded"},
176
+ {"shape":"InvalidParameterValueException"},
177
+ {"shape":"InvalidParameterCombinationException"}
633
178
  ]
634
179
  },
635
180
  "CreateSnapshot":{
@@ -641,73 +186,16 @@
641
186
  "input":{"shape":"CreateSnapshotMessage"},
642
187
  "output":{
643
188
  "shape":"CreateSnapshotResult",
644
- "wrapper":true,
645
189
  "resultWrapper":"CreateSnapshotResult"
646
190
  },
647
191
  "errors":[
648
- {
649
- "shape":"SnapshotAlreadyExistsFault",
650
- "error":{
651
- "code":"SnapshotAlreadyExistsFault",
652
- "httpStatusCode":400,
653
- "senderFault":true
654
- },
655
- "exception":true
656
- },
657
- {
658
- "shape":"CacheClusterNotFoundFault",
659
- "error":{
660
- "code":"CacheClusterNotFound",
661
- "httpStatusCode":404,
662
- "senderFault":true
663
- },
664
- "exception":true
665
- },
666
- {
667
- "shape":"InvalidCacheClusterStateFault",
668
- "error":{
669
- "code":"InvalidCacheClusterState",
670
- "httpStatusCode":400,
671
- "senderFault":true
672
- },
673
- "exception":true
674
- },
675
- {
676
- "shape":"SnapshotQuotaExceededFault",
677
- "error":{
678
- "code":"SnapshotQuotaExceededFault",
679
- "httpStatusCode":400,
680
- "senderFault":true
681
- },
682
- "exception":true
683
- },
684
- {
685
- "shape":"SnapshotFeatureNotSupportedFault",
686
- "error":{
687
- "code":"SnapshotFeatureNotSupportedFault",
688
- "httpStatusCode":400,
689
- "senderFault":true
690
- },
691
- "exception":true
692
- },
693
- {
694
- "shape":"InvalidParameterCombinationException",
695
- "error":{
696
- "code":"InvalidParameterCombination",
697
- "httpStatusCode":400,
698
- "senderFault":true
699
- },
700
- "exception":true
701
- },
702
- {
703
- "shape":"InvalidParameterValueException",
704
- "error":{
705
- "code":"InvalidParameterValue",
706
- "httpStatusCode":400,
707
- "senderFault":true
708
- },
709
- "exception":true
710
- }
192
+ {"shape":"SnapshotAlreadyExistsFault"},
193
+ {"shape":"CacheClusterNotFoundFault"},
194
+ {"shape":"InvalidCacheClusterStateFault"},
195
+ {"shape":"SnapshotQuotaExceededFault"},
196
+ {"shape":"SnapshotFeatureNotSupportedFault"},
197
+ {"shape":"InvalidParameterCombinationException"},
198
+ {"shape":"InvalidParameterValueException"}
711
199
  ]
712
200
  },
713
201
  "DeleteCacheCluster":{
@@ -719,73 +207,16 @@
719
207
  "input":{"shape":"DeleteCacheClusterMessage"},
720
208
  "output":{
721
209
  "shape":"DeleteCacheClusterResult",
722
- "wrapper":true,
723
210
  "resultWrapper":"DeleteCacheClusterResult"
724
211
  },
725
212
  "errors":[
726
- {
727
- "shape":"CacheClusterNotFoundFault",
728
- "error":{
729
- "code":"CacheClusterNotFound",
730
- "httpStatusCode":404,
731
- "senderFault":true
732
- },
733
- "exception":true
734
- },
735
- {
736
- "shape":"InvalidCacheClusterStateFault",
737
- "error":{
738
- "code":"InvalidCacheClusterState",
739
- "httpStatusCode":400,
740
- "senderFault":true
741
- },
742
- "exception":true
743
- },
744
- {
745
- "shape":"SnapshotAlreadyExistsFault",
746
- "error":{
747
- "code":"SnapshotAlreadyExistsFault",
748
- "httpStatusCode":400,
749
- "senderFault":true
750
- },
751
- "exception":true
752
- },
753
- {
754
- "shape":"SnapshotFeatureNotSupportedFault",
755
- "error":{
756
- "code":"SnapshotFeatureNotSupportedFault",
757
- "httpStatusCode":400,
758
- "senderFault":true
759
- },
760
- "exception":true
761
- },
762
- {
763
- "shape":"SnapshotQuotaExceededFault",
764
- "error":{
765
- "code":"SnapshotQuotaExceededFault",
766
- "httpStatusCode":400,
767
- "senderFault":true
768
- },
769
- "exception":true
770
- },
771
- {
772
- "shape":"InvalidParameterValueException",
773
- "error":{
774
- "code":"InvalidParameterValue",
775
- "httpStatusCode":400,
776
- "senderFault":true
777
- },
778
- "exception":true
779
- },
780
- {
781
- "shape":"InvalidParameterCombinationException",
782
- "error":{
783
- "code":"InvalidParameterCombination",
784
- "httpStatusCode":400,
785
- "senderFault":true
786
- },
787
- "exception":true
788
- }
213
+ {"shape":"CacheClusterNotFoundFault"},
214
+ {"shape":"InvalidCacheClusterStateFault"},
215
+ {"shape":"SnapshotAlreadyExistsFault"},
216
+ {"shape":"SnapshotFeatureNotSupportedFault"},
217
+ {"shape":"SnapshotQuotaExceededFault"},
218
+ {"shape":"InvalidParameterValueException"},
219
+ {"shape":"InvalidParameterCombinationException"}
789
220
  ]
790
221
  },
791
222
  "DeleteCacheParameterGroup":{
@@ -796,42 +227,10 @@
796
227
  },
797
228
  "input":{"shape":"DeleteCacheParameterGroupMessage"},
798
229
  "errors":[
799
- {
800
- "shape":"InvalidCacheParameterGroupStateFault",
801
- "error":{
802
- "code":"InvalidCacheParameterGroupState",
803
- "httpStatusCode":400,
804
- "senderFault":true
805
- },
806
- "exception":true
807
- },
808
- {
809
- "shape":"CacheParameterGroupNotFoundFault",
810
- "error":{
811
- "code":"CacheParameterGroupNotFound",
812
- "httpStatusCode":404,
813
- "senderFault":true
814
- },
815
- "exception":true
816
- },
817
- {
818
- "shape":"InvalidParameterValueException",
819
- "error":{
820
- "code":"InvalidParameterValue",
821
- "httpStatusCode":400,
822
- "senderFault":true
823
- },
824
- "exception":true
825
- },
826
- {
827
- "shape":"InvalidParameterCombinationException",
828
- "error":{
829
- "code":"InvalidParameterCombination",
830
- "httpStatusCode":400,
831
- "senderFault":true
832
- },
833
- "exception":true
834
- }
230
+ {"shape":"InvalidCacheParameterGroupStateFault"},
231
+ {"shape":"CacheParameterGroupNotFoundFault"},
232
+ {"shape":"InvalidParameterValueException"},
233
+ {"shape":"InvalidParameterCombinationException"}
835
234
  ]
836
235
  },
837
236
  "DeleteCacheSecurityGroup":{
@@ -842,42 +241,10 @@
842
241
  },
843
242
  "input":{"shape":"DeleteCacheSecurityGroupMessage"},
844
243
  "errors":[
845
- {
846
- "shape":"InvalidCacheSecurityGroupStateFault",
847
- "error":{
848
- "code":"InvalidCacheSecurityGroupState",
849
- "httpStatusCode":400,
850
- "senderFault":true
851
- },
852
- "exception":true
853
- },
854
- {
855
- "shape":"CacheSecurityGroupNotFoundFault",
856
- "error":{
857
- "code":"CacheSecurityGroupNotFound",
858
- "httpStatusCode":404,
859
- "senderFault":true
860
- },
861
- "exception":true
862
- },
863
- {
864
- "shape":"InvalidParameterValueException",
865
- "error":{
866
- "code":"InvalidParameterValue",
867
- "httpStatusCode":400,
868
- "senderFault":true
869
- },
870
- "exception":true
871
- },
872
- {
873
- "shape":"InvalidParameterCombinationException",
874
- "error":{
875
- "code":"InvalidParameterCombination",
876
- "httpStatusCode":400,
877
- "senderFault":true
878
- },
879
- "exception":true
880
- }
244
+ {"shape":"InvalidCacheSecurityGroupStateFault"},
245
+ {"shape":"CacheSecurityGroupNotFoundFault"},
246
+ {"shape":"InvalidParameterValueException"},
247
+ {"shape":"InvalidParameterCombinationException"}
881
248
  ]
882
249
  },
883
250
  "DeleteCacheSubnetGroup":{
@@ -888,24 +255,8 @@
888
255
  },
889
256
  "input":{"shape":"DeleteCacheSubnetGroupMessage"},
890
257
  "errors":[
891
- {
892
- "shape":"CacheSubnetGroupInUse",
893
- "error":{
894
- "code":"CacheSubnetGroupInUse",
895
- "httpStatusCode":400,
896
- "senderFault":true
897
- },
898
- "exception":true
899
- },
900
- {
901
- "shape":"CacheSubnetGroupNotFoundFault",
902
- "error":{
903
- "code":"CacheSubnetGroupNotFoundFault",
904
- "httpStatusCode":400,
905
- "senderFault":true
906
- },
907
- "exception":true
908
- }
258
+ {"shape":"CacheSubnetGroupInUse"},
259
+ {"shape":"CacheSubnetGroupNotFoundFault"}
909
260
  ]
910
261
  },
911
262
  "DeleteReplicationGroup":{
@@ -917,73 +268,16 @@
917
268
  "input":{"shape":"DeleteReplicationGroupMessage"},
918
269
  "output":{
919
270
  "shape":"DeleteReplicationGroupResult",
920
- "wrapper":true,
921
271
  "resultWrapper":"DeleteReplicationGroupResult"
922
272
  },
923
273
  "errors":[
924
- {
925
- "shape":"ReplicationGroupNotFoundFault",
926
- "error":{
927
- "code":"ReplicationGroupNotFoundFault",
928
- "httpStatusCode":404,
929
- "senderFault":true
930
- },
931
- "exception":true
932
- },
933
- {
934
- "shape":"InvalidReplicationGroupStateFault",
935
- "error":{
936
- "code":"InvalidReplicationGroupState",
937
- "httpStatusCode":400,
938
- "senderFault":true
939
- },
940
- "exception":true
941
- },
942
- {
943
- "shape":"SnapshotAlreadyExistsFault",
944
- "error":{
945
- "code":"SnapshotAlreadyExistsFault",
946
- "httpStatusCode":400,
947
- "senderFault":true
948
- },
949
- "exception":true
950
- },
951
- {
952
- "shape":"SnapshotFeatureNotSupportedFault",
953
- "error":{
954
- "code":"SnapshotFeatureNotSupportedFault",
955
- "httpStatusCode":400,
956
- "senderFault":true
957
- },
958
- "exception":true
959
- },
960
- {
961
- "shape":"SnapshotQuotaExceededFault",
962
- "error":{
963
- "code":"SnapshotQuotaExceededFault",
964
- "httpStatusCode":400,
965
- "senderFault":true
966
- },
967
- "exception":true
968
- },
969
- {
970
- "shape":"InvalidParameterValueException",
971
- "error":{
972
- "code":"InvalidParameterValue",
973
- "httpStatusCode":400,
974
- "senderFault":true
975
- },
976
- "exception":true
977
- },
978
- {
979
- "shape":"InvalidParameterCombinationException",
980
- "error":{
981
- "code":"InvalidParameterCombination",
982
- "httpStatusCode":400,
983
- "senderFault":true
984
- },
985
- "exception":true
986
- }
274
+ {"shape":"ReplicationGroupNotFoundFault"},
275
+ {"shape":"InvalidReplicationGroupStateFault"},
276
+ {"shape":"SnapshotAlreadyExistsFault"},
277
+ {"shape":"SnapshotFeatureNotSupportedFault"},
278
+ {"shape":"SnapshotQuotaExceededFault"},
279
+ {"shape":"InvalidParameterValueException"},
280
+ {"shape":"InvalidParameterCombinationException"}
987
281
  ]
988
282
  },
989
283
  "DeleteSnapshot":{
@@ -995,46 +289,13 @@
995
289
  "input":{"shape":"DeleteSnapshotMessage"},
996
290
  "output":{
997
291
  "shape":"DeleteSnapshotResult",
998
- "wrapper":true,
999
292
  "resultWrapper":"DeleteSnapshotResult"
1000
293
  },
1001
294
  "errors":[
1002
- {
1003
- "shape":"SnapshotNotFoundFault",
1004
- "error":{
1005
- "code":"SnapshotNotFoundFault",
1006
- "httpStatusCode":404,
1007
- "senderFault":true
1008
- },
1009
- "exception":true
1010
- },
1011
- {
1012
- "shape":"InvalidSnapshotStateFault",
1013
- "error":{
1014
- "code":"InvalidSnapshotState",
1015
- "httpStatusCode":400,
1016
- "senderFault":true
1017
- },
1018
- "exception":true
1019
- },
1020
- {
1021
- "shape":"InvalidParameterValueException",
1022
- "error":{
1023
- "code":"InvalidParameterValue",
1024
- "httpStatusCode":400,
1025
- "senderFault":true
1026
- },
1027
- "exception":true
1028
- },
1029
- {
1030
- "shape":"InvalidParameterCombinationException",
1031
- "error":{
1032
- "code":"InvalidParameterCombination",
1033
- "httpStatusCode":400,
1034
- "senderFault":true
1035
- },
1036
- "exception":true
1037
- }
295
+ {"shape":"SnapshotNotFoundFault"},
296
+ {"shape":"InvalidSnapshotStateFault"},
297
+ {"shape":"InvalidParameterValueException"},
298
+ {"shape":"InvalidParameterCombinationException"}
1038
299
  ]
1039
300
  },
1040
301
  "DescribeCacheClusters":{
@@ -1049,33 +310,9 @@
1049
310
  "resultWrapper":"DescribeCacheClustersResult"
1050
311
  },
1051
312
  "errors":[
1052
- {
1053
- "shape":"CacheClusterNotFoundFault",
1054
- "error":{
1055
- "code":"CacheClusterNotFound",
1056
- "httpStatusCode":404,
1057
- "senderFault":true
1058
- },
1059
- "exception":true
1060
- },
1061
- {
1062
- "shape":"InvalidParameterValueException",
1063
- "error":{
1064
- "code":"InvalidParameterValue",
1065
- "httpStatusCode":400,
1066
- "senderFault":true
1067
- },
1068
- "exception":true
1069
- },
1070
- {
1071
- "shape":"InvalidParameterCombinationException",
1072
- "error":{
1073
- "code":"InvalidParameterCombination",
1074
- "httpStatusCode":400,
1075
- "senderFault":true
1076
- },
1077
- "exception":true
1078
- }
313
+ {"shape":"CacheClusterNotFoundFault"},
314
+ {"shape":"InvalidParameterValueException"},
315
+ {"shape":"InvalidParameterCombinationException"}
1079
316
  ]
1080
317
  },
1081
318
  "DescribeCacheEngineVersions":{
@@ -1102,33 +339,9 @@
1102
339
  "resultWrapper":"DescribeCacheParameterGroupsResult"
1103
340
  },
1104
341
  "errors":[
1105
- {
1106
- "shape":"CacheParameterGroupNotFoundFault",
1107
- "error":{
1108
- "code":"CacheParameterGroupNotFound",
1109
- "httpStatusCode":404,
1110
- "senderFault":true
1111
- },
1112
- "exception":true
1113
- },
1114
- {
1115
- "shape":"InvalidParameterValueException",
1116
- "error":{
1117
- "code":"InvalidParameterValue",
1118
- "httpStatusCode":400,
1119
- "senderFault":true
1120
- },
1121
- "exception":true
1122
- },
1123
- {
1124
- "shape":"InvalidParameterCombinationException",
1125
- "error":{
1126
- "code":"InvalidParameterCombination",
1127
- "httpStatusCode":400,
1128
- "senderFault":true
1129
- },
1130
- "exception":true
1131
- }
342
+ {"shape":"CacheParameterGroupNotFoundFault"},
343
+ {"shape":"InvalidParameterValueException"},
344
+ {"shape":"InvalidParameterCombinationException"}
1132
345
  ]
1133
346
  },
1134
347
  "DescribeCacheParameters":{
@@ -1143,33 +356,9 @@
1143
356
  "resultWrapper":"DescribeCacheParametersResult"
1144
357
  },
1145
358
  "errors":[
1146
- {
1147
- "shape":"CacheParameterGroupNotFoundFault",
1148
- "error":{
1149
- "code":"CacheParameterGroupNotFound",
1150
- "httpStatusCode":404,
1151
- "senderFault":true
1152
- },
1153
- "exception":true
1154
- },
1155
- {
1156
- "shape":"InvalidParameterValueException",
1157
- "error":{
1158
- "code":"InvalidParameterValue",
1159
- "httpStatusCode":400,
1160
- "senderFault":true
1161
- },
1162
- "exception":true
1163
- },
1164
- {
1165
- "shape":"InvalidParameterCombinationException",
1166
- "error":{
1167
- "code":"InvalidParameterCombination",
1168
- "httpStatusCode":400,
1169
- "senderFault":true
1170
- },
1171
- "exception":true
1172
- }
359
+ {"shape":"CacheParameterGroupNotFoundFault"},
360
+ {"shape":"InvalidParameterValueException"},
361
+ {"shape":"InvalidParameterCombinationException"}
1173
362
  ]
1174
363
  },
1175
364
  "DescribeCacheSecurityGroups":{
@@ -1184,33 +373,9 @@
1184
373
  "resultWrapper":"DescribeCacheSecurityGroupsResult"
1185
374
  },
1186
375
  "errors":[
1187
- {
1188
- "shape":"CacheSecurityGroupNotFoundFault",
1189
- "error":{
1190
- "code":"CacheSecurityGroupNotFound",
1191
- "httpStatusCode":404,
1192
- "senderFault":true
1193
- },
1194
- "exception":true
1195
- },
1196
- {
1197
- "shape":"InvalidParameterValueException",
1198
- "error":{
1199
- "code":"InvalidParameterValue",
1200
- "httpStatusCode":400,
1201
- "senderFault":true
1202
- },
1203
- "exception":true
1204
- },
1205
- {
1206
- "shape":"InvalidParameterCombinationException",
1207
- "error":{
1208
- "code":"InvalidParameterCombination",
1209
- "httpStatusCode":400,
1210
- "senderFault":true
1211
- },
1212
- "exception":true
1213
- }
376
+ {"shape":"CacheSecurityGroupNotFoundFault"},
377
+ {"shape":"InvalidParameterValueException"},
378
+ {"shape":"InvalidParameterCombinationException"}
1214
379
  ]
1215
380
  },
1216
381
  "DescribeCacheSubnetGroups":{
@@ -1225,15 +390,7 @@
1225
390
  "resultWrapper":"DescribeCacheSubnetGroupsResult"
1226
391
  },
1227
392
  "errors":[
1228
- {
1229
- "shape":"CacheSubnetGroupNotFoundFault",
1230
- "error":{
1231
- "code":"CacheSubnetGroupNotFoundFault",
1232
- "httpStatusCode":400,
1233
- "senderFault":true
1234
- },
1235
- "exception":true
1236
- }
393
+ {"shape":"CacheSubnetGroupNotFoundFault"}
1237
394
  ]
1238
395
  },
1239
396
  "DescribeEngineDefaultParameters":{
@@ -1245,28 +402,11 @@
1245
402
  "input":{"shape":"DescribeEngineDefaultParametersMessage"},
1246
403
  "output":{
1247
404
  "shape":"DescribeEngineDefaultParametersResult",
1248
- "wrapper":true,
1249
405
  "resultWrapper":"DescribeEngineDefaultParametersResult"
1250
406
  },
1251
407
  "errors":[
1252
- {
1253
- "shape":"InvalidParameterValueException",
1254
- "error":{
1255
- "code":"InvalidParameterValue",
1256
- "httpStatusCode":400,
1257
- "senderFault":true
1258
- },
1259
- "exception":true
1260
- },
1261
- {
1262
- "shape":"InvalidParameterCombinationException",
1263
- "error":{
1264
- "code":"InvalidParameterCombination",
1265
- "httpStatusCode":400,
1266
- "senderFault":true
1267
- },
1268
- "exception":true
1269
- }
408
+ {"shape":"InvalidParameterValueException"},
409
+ {"shape":"InvalidParameterCombinationException"}
1270
410
  ]
1271
411
  },
1272
412
  "DescribeEvents":{
@@ -1281,24 +421,8 @@
1281
421
  "resultWrapper":"DescribeEventsResult"
1282
422
  },
1283
423
  "errors":[
1284
- {
1285
- "shape":"InvalidParameterValueException",
1286
- "error":{
1287
- "code":"InvalidParameterValue",
1288
- "httpStatusCode":400,
1289
- "senderFault":true
1290
- },
1291
- "exception":true
1292
- },
1293
- {
1294
- "shape":"InvalidParameterCombinationException",
1295
- "error":{
1296
- "code":"InvalidParameterCombination",
1297
- "httpStatusCode":400,
1298
- "senderFault":true
1299
- },
1300
- "exception":true
1301
- }
424
+ {"shape":"InvalidParameterValueException"},
425
+ {"shape":"InvalidParameterCombinationException"}
1302
426
  ]
1303
427
  },
1304
428
  "DescribeReplicationGroups":{
@@ -1313,33 +437,9 @@
1313
437
  "resultWrapper":"DescribeReplicationGroupsResult"
1314
438
  },
1315
439
  "errors":[
1316
- {
1317
- "shape":"ReplicationGroupNotFoundFault",
1318
- "error":{
1319
- "code":"ReplicationGroupNotFoundFault",
1320
- "httpStatusCode":404,
1321
- "senderFault":true
1322
- },
1323
- "exception":true
1324
- },
1325
- {
1326
- "shape":"InvalidParameterValueException",
1327
- "error":{
1328
- "code":"InvalidParameterValue",
1329
- "httpStatusCode":400,
1330
- "senderFault":true
1331
- },
1332
- "exception":true
1333
- },
1334
- {
1335
- "shape":"InvalidParameterCombinationException",
1336
- "error":{
1337
- "code":"InvalidParameterCombination",
1338
- "httpStatusCode":400,
1339
- "senderFault":true
1340
- },
1341
- "exception":true
1342
- }
440
+ {"shape":"ReplicationGroupNotFoundFault"},
441
+ {"shape":"InvalidParameterValueException"},
442
+ {"shape":"InvalidParameterCombinationException"}
1343
443
  ]
1344
444
  },
1345
445
  "DescribeReservedCacheNodes":{
@@ -1354,33 +454,9 @@
1354
454
  "resultWrapper":"DescribeReservedCacheNodesResult"
1355
455
  },
1356
456
  "errors":[
1357
- {
1358
- "shape":"ReservedCacheNodeNotFoundFault",
1359
- "error":{
1360
- "code":"ReservedCacheNodeNotFound",
1361
- "httpStatusCode":404,
1362
- "senderFault":true
1363
- },
1364
- "exception":true
1365
- },
1366
- {
1367
- "shape":"InvalidParameterValueException",
1368
- "error":{
1369
- "code":"InvalidParameterValue",
1370
- "httpStatusCode":400,
1371
- "senderFault":true
1372
- },
1373
- "exception":true
1374
- },
1375
- {
1376
- "shape":"InvalidParameterCombinationException",
1377
- "error":{
1378
- "code":"InvalidParameterCombination",
1379
- "httpStatusCode":400,
1380
- "senderFault":true
1381
- },
1382
- "exception":true
1383
- }
457
+ {"shape":"ReservedCacheNodeNotFoundFault"},
458
+ {"shape":"InvalidParameterValueException"},
459
+ {"shape":"InvalidParameterCombinationException"}
1384
460
  ]
1385
461
  },
1386
462
  "DescribeReservedCacheNodesOfferings":{
@@ -1395,33 +471,9 @@
1395
471
  "resultWrapper":"DescribeReservedCacheNodesOfferingsResult"
1396
472
  },
1397
473
  "errors":[
1398
- {
1399
- "shape":"ReservedCacheNodesOfferingNotFoundFault",
1400
- "error":{
1401
- "code":"ReservedCacheNodesOfferingNotFound",
1402
- "httpStatusCode":404,
1403
- "senderFault":true
1404
- },
1405
- "exception":true
1406
- },
1407
- {
1408
- "shape":"InvalidParameterValueException",
1409
- "error":{
1410
- "code":"InvalidParameterValue",
1411
- "httpStatusCode":400,
1412
- "senderFault":true
1413
- },
1414
- "exception":true
1415
- },
1416
- {
1417
- "shape":"InvalidParameterCombinationException",
1418
- "error":{
1419
- "code":"InvalidParameterCombination",
1420
- "httpStatusCode":400,
1421
- "senderFault":true
1422
- },
1423
- "exception":true
1424
- }
474
+ {"shape":"ReservedCacheNodesOfferingNotFoundFault"},
475
+ {"shape":"InvalidParameterValueException"},
476
+ {"shape":"InvalidParameterCombinationException"}
1425
477
  ]
1426
478
  },
1427
479
  "DescribeSnapshots":{
@@ -1436,42 +488,28 @@
1436
488
  "resultWrapper":"DescribeSnapshotsResult"
1437
489
  },
1438
490
  "errors":[
1439
- {
1440
- "shape":"CacheClusterNotFoundFault",
1441
- "error":{
1442
- "code":"CacheClusterNotFound",
1443
- "httpStatusCode":404,
1444
- "senderFault":true
1445
- },
1446
- "exception":true
1447
- },
1448
- {
1449
- "shape":"SnapshotNotFoundFault",
1450
- "error":{
1451
- "code":"SnapshotNotFoundFault",
1452
- "httpStatusCode":404,
1453
- "senderFault":true
1454
- },
1455
- "exception":true
1456
- },
1457
- {
1458
- "shape":"InvalidParameterValueException",
1459
- "error":{
1460
- "code":"InvalidParameterValue",
1461
- "httpStatusCode":400,
1462
- "senderFault":true
1463
- },
1464
- "exception":true
1465
- },
1466
- {
1467
- "shape":"InvalidParameterCombinationException",
1468
- "error":{
1469
- "code":"InvalidParameterCombination",
1470
- "httpStatusCode":400,
1471
- "senderFault":true
1472
- },
1473
- "exception":true
1474
- }
491
+ {"shape":"CacheClusterNotFoundFault"},
492
+ {"shape":"SnapshotNotFoundFault"},
493
+ {"shape":"InvalidParameterValueException"},
494
+ {"shape":"InvalidParameterCombinationException"}
495
+ ]
496
+ },
497
+ "ListAllowedNodeTypeModifications":{
498
+ "name":"ListAllowedNodeTypeModifications",
499
+ "http":{
500
+ "method":"POST",
501
+ "requestUri":"/"
502
+ },
503
+ "input":{"shape":"ListAllowedNodeTypeModificationsMessage"},
504
+ "output":{
505
+ "shape":"AllowedNodeTypeModificationsMessage",
506
+ "resultWrapper":"ListAllowedNodeTypeModificationsResult"
507
+ },
508
+ "errors":[
509
+ {"shape":"CacheClusterNotFoundFault"},
510
+ {"shape":"ReplicationGroupNotFoundFault"},
511
+ {"shape":"InvalidParameterCombinationException"},
512
+ {"shape":"InvalidParameterValueException"}
1475
513
  ]
1476
514
  },
1477
515
  "ListTagsForResource":{
@@ -1486,33 +524,9 @@
1486
524
  "resultWrapper":"ListTagsForResourceResult"
1487
525
  },
1488
526
  "errors":[
1489
- {
1490
- "shape":"CacheClusterNotFoundFault",
1491
- "error":{
1492
- "code":"CacheClusterNotFound",
1493
- "httpStatusCode":404,
1494
- "senderFault":true
1495
- },
1496
- "exception":true
1497
- },
1498
- {
1499
- "shape":"SnapshotNotFoundFault",
1500
- "error":{
1501
- "code":"SnapshotNotFoundFault",
1502
- "httpStatusCode":404,
1503
- "senderFault":true
1504
- },
1505
- "exception":true
1506
- },
1507
- {
1508
- "shape":"InvalidARNFault",
1509
- "error":{
1510
- "code":"InvalidARN",
1511
- "httpStatusCode":400,
1512
- "senderFault":true
1513
- },
1514
- "exception":true
1515
- }
527
+ {"shape":"CacheClusterNotFoundFault"},
528
+ {"shape":"SnapshotNotFoundFault"},
529
+ {"shape":"InvalidARNFault"}
1516
530
  ]
1517
531
  },
1518
532
  "ModifyCacheCluster":{
@@ -1524,109 +538,20 @@
1524
538
  "input":{"shape":"ModifyCacheClusterMessage"},
1525
539
  "output":{
1526
540
  "shape":"ModifyCacheClusterResult",
1527
- "wrapper":true,
1528
541
  "resultWrapper":"ModifyCacheClusterResult"
1529
542
  },
1530
543
  "errors":[
1531
- {
1532
- "shape":"InvalidCacheClusterStateFault",
1533
- "error":{
1534
- "code":"InvalidCacheClusterState",
1535
- "httpStatusCode":400,
1536
- "senderFault":true
1537
- },
1538
- "exception":true
1539
- },
1540
- {
1541
- "shape":"InvalidCacheSecurityGroupStateFault",
1542
- "error":{
1543
- "code":"InvalidCacheSecurityGroupState",
1544
- "httpStatusCode":400,
1545
- "senderFault":true
1546
- },
1547
- "exception":true
1548
- },
1549
- {
1550
- "shape":"InsufficientCacheClusterCapacityFault",
1551
- "error":{
1552
- "code":"InsufficientCacheClusterCapacity",
1553
- "httpStatusCode":400,
1554
- "senderFault":true
1555
- },
1556
- "exception":true
1557
- },
1558
- {
1559
- "shape":"CacheClusterNotFoundFault",
1560
- "error":{
1561
- "code":"CacheClusterNotFound",
1562
- "httpStatusCode":404,
1563
- "senderFault":true
1564
- },
1565
- "exception":true
1566
- },
1567
- {
1568
- "shape":"NodeQuotaForClusterExceededFault",
1569
- "error":{
1570
- "code":"NodeQuotaForClusterExceeded",
1571
- "httpStatusCode":400,
1572
- "senderFault":true
1573
- },
1574
- "exception":true
1575
- },
1576
- {
1577
- "shape":"NodeQuotaForCustomerExceededFault",
1578
- "error":{
1579
- "code":"NodeQuotaForCustomerExceeded",
1580
- "httpStatusCode":400,
1581
- "senderFault":true
1582
- },
1583
- "exception":true
1584
- },
1585
- {
1586
- "shape":"CacheSecurityGroupNotFoundFault",
1587
- "error":{
1588
- "code":"CacheSecurityGroupNotFound",
1589
- "httpStatusCode":404,
1590
- "senderFault":true
1591
- },
1592
- "exception":true
1593
- },
1594
- {
1595
- "shape":"CacheParameterGroupNotFoundFault",
1596
- "error":{
1597
- "code":"CacheParameterGroupNotFound",
1598
- "httpStatusCode":404,
1599
- "senderFault":true
1600
- },
1601
- "exception":true
1602
- },
1603
- {
1604
- "shape":"InvalidVPCNetworkStateFault",
1605
- "error":{
1606
- "code":"InvalidVPCNetworkStateFault",
1607
- "httpStatusCode":400,
1608
- "senderFault":true
1609
- },
1610
- "exception":true
1611
- },
1612
- {
1613
- "shape":"InvalidParameterValueException",
1614
- "error":{
1615
- "code":"InvalidParameterValue",
1616
- "httpStatusCode":400,
1617
- "senderFault":true
1618
- },
1619
- "exception":true
1620
- },
1621
- {
1622
- "shape":"InvalidParameterCombinationException",
1623
- "error":{
1624
- "code":"InvalidParameterCombination",
1625
- "httpStatusCode":400,
1626
- "senderFault":true
1627
- },
1628
- "exception":true
1629
- }
544
+ {"shape":"InvalidCacheClusterStateFault"},
545
+ {"shape":"InvalidCacheSecurityGroupStateFault"},
546
+ {"shape":"InsufficientCacheClusterCapacityFault"},
547
+ {"shape":"CacheClusterNotFoundFault"},
548
+ {"shape":"NodeQuotaForClusterExceededFault"},
549
+ {"shape":"NodeQuotaForCustomerExceededFault"},
550
+ {"shape":"CacheSecurityGroupNotFoundFault"},
551
+ {"shape":"CacheParameterGroupNotFoundFault"},
552
+ {"shape":"InvalidVPCNetworkStateFault"},
553
+ {"shape":"InvalidParameterValueException"},
554
+ {"shape":"InvalidParameterCombinationException"}
1630
555
  ]
1631
556
  },
1632
557
  "ModifyCacheParameterGroup":{
@@ -1641,42 +566,10 @@
1641
566
  "resultWrapper":"ModifyCacheParameterGroupResult"
1642
567
  },
1643
568
  "errors":[
1644
- {
1645
- "shape":"CacheParameterGroupNotFoundFault",
1646
- "error":{
1647
- "code":"CacheParameterGroupNotFound",
1648
- "httpStatusCode":404,
1649
- "senderFault":true
1650
- },
1651
- "exception":true
1652
- },
1653
- {
1654
- "shape":"InvalidCacheParameterGroupStateFault",
1655
- "error":{
1656
- "code":"InvalidCacheParameterGroupState",
1657
- "httpStatusCode":400,
1658
- "senderFault":true
1659
- },
1660
- "exception":true
1661
- },
1662
- {
1663
- "shape":"InvalidParameterValueException",
1664
- "error":{
1665
- "code":"InvalidParameterValue",
1666
- "httpStatusCode":400,
1667
- "senderFault":true
1668
- },
1669
- "exception":true
1670
- },
1671
- {
1672
- "shape":"InvalidParameterCombinationException",
1673
- "error":{
1674
- "code":"InvalidParameterCombination",
1675
- "httpStatusCode":400,
1676
- "senderFault":true
1677
- },
1678
- "exception":true
1679
- }
569
+ {"shape":"CacheParameterGroupNotFoundFault"},
570
+ {"shape":"InvalidCacheParameterGroupStateFault"},
571
+ {"shape":"InvalidParameterValueException"},
572
+ {"shape":"InvalidParameterCombinationException"}
1680
573
  ]
1681
574
  },
1682
575
  "ModifyCacheSubnetGroup":{
@@ -1688,46 +581,13 @@
1688
581
  "input":{"shape":"ModifyCacheSubnetGroupMessage"},
1689
582
  "output":{
1690
583
  "shape":"ModifyCacheSubnetGroupResult",
1691
- "wrapper":true,
1692
584
  "resultWrapper":"ModifyCacheSubnetGroupResult"
1693
585
  },
1694
586
  "errors":[
1695
- {
1696
- "shape":"CacheSubnetGroupNotFoundFault",
1697
- "error":{
1698
- "code":"CacheSubnetGroupNotFoundFault",
1699
- "httpStatusCode":400,
1700
- "senderFault":true
1701
- },
1702
- "exception":true
1703
- },
1704
- {
1705
- "shape":"CacheSubnetQuotaExceededFault",
1706
- "error":{
1707
- "code":"CacheSubnetQuotaExceededFault",
1708
- "httpStatusCode":400,
1709
- "senderFault":true
1710
- },
1711
- "exception":true
1712
- },
1713
- {
1714
- "shape":"SubnetInUse",
1715
- "error":{
1716
- "code":"SubnetInUse",
1717
- "httpStatusCode":400,
1718
- "senderFault":true
1719
- },
1720
- "exception":true
1721
- },
1722
- {
1723
- "shape":"InvalidSubnet",
1724
- "error":{
1725
- "code":"InvalidSubnet",
1726
- "httpStatusCode":400,
1727
- "senderFault":true
1728
- },
1729
- "exception":true
1730
- }
587
+ {"shape":"CacheSubnetGroupNotFoundFault"},
588
+ {"shape":"CacheSubnetQuotaExceededFault"},
589
+ {"shape":"SubnetInUse"},
590
+ {"shape":"InvalidSubnet"}
1731
591
  ]
1732
592
  },
1733
593
  "ModifyReplicationGroup":{
@@ -1739,127 +599,22 @@
1739
599
  "input":{"shape":"ModifyReplicationGroupMessage"},
1740
600
  "output":{
1741
601
  "shape":"ModifyReplicationGroupResult",
1742
- "wrapper":true,
1743
602
  "resultWrapper":"ModifyReplicationGroupResult"
1744
603
  },
1745
604
  "errors":[
1746
- {
1747
- "shape":"ReplicationGroupNotFoundFault",
1748
- "error":{
1749
- "code":"ReplicationGroupNotFoundFault",
1750
- "httpStatusCode":404,
1751
- "senderFault":true
1752
- },
1753
- "exception":true
1754
- },
1755
- {
1756
- "shape":"InvalidReplicationGroupStateFault",
1757
- "error":{
1758
- "code":"InvalidReplicationGroupState",
1759
- "httpStatusCode":400,
1760
- "senderFault":true
1761
- },
1762
- "exception":true
1763
- },
1764
- {
1765
- "shape":"InvalidCacheClusterStateFault",
1766
- "error":{
1767
- "code":"InvalidCacheClusterState",
1768
- "httpStatusCode":400,
1769
- "senderFault":true
1770
- },
1771
- "exception":true
1772
- },
1773
- {
1774
- "shape":"InvalidCacheSecurityGroupStateFault",
1775
- "error":{
1776
- "code":"InvalidCacheSecurityGroupState",
1777
- "httpStatusCode":400,
1778
- "senderFault":true
1779
- },
1780
- "exception":true
1781
- },
1782
- {
1783
- "shape":"InsufficientCacheClusterCapacityFault",
1784
- "error":{
1785
- "code":"InsufficientCacheClusterCapacity",
1786
- "httpStatusCode":400,
1787
- "senderFault":true
1788
- },
1789
- "exception":true
1790
- },
1791
- {
1792
- "shape":"CacheClusterNotFoundFault",
1793
- "error":{
1794
- "code":"CacheClusterNotFound",
1795
- "httpStatusCode":404,
1796
- "senderFault":true
1797
- },
1798
- "exception":true
1799
- },
1800
- {
1801
- "shape":"NodeQuotaForClusterExceededFault",
1802
- "error":{
1803
- "code":"NodeQuotaForClusterExceeded",
1804
- "httpStatusCode":400,
1805
- "senderFault":true
1806
- },
1807
- "exception":true
1808
- },
1809
- {
1810
- "shape":"NodeQuotaForCustomerExceededFault",
1811
- "error":{
1812
- "code":"NodeQuotaForCustomerExceeded",
1813
- "httpStatusCode":400,
1814
- "senderFault":true
1815
- },
1816
- "exception":true
1817
- },
1818
- {
1819
- "shape":"CacheSecurityGroupNotFoundFault",
1820
- "error":{
1821
- "code":"CacheSecurityGroupNotFound",
1822
- "httpStatusCode":404,
1823
- "senderFault":true
1824
- },
1825
- "exception":true
1826
- },
1827
- {
1828
- "shape":"CacheParameterGroupNotFoundFault",
1829
- "error":{
1830
- "code":"CacheParameterGroupNotFound",
1831
- "httpStatusCode":404,
1832
- "senderFault":true
1833
- },
1834
- "exception":true
1835
- },
1836
- {
1837
- "shape":"InvalidVPCNetworkStateFault",
1838
- "error":{
1839
- "code":"InvalidVPCNetworkStateFault",
1840
- "httpStatusCode":400,
1841
- "senderFault":true
1842
- },
1843
- "exception":true
1844
- },
1845
- {
1846
- "shape":"InvalidParameterValueException",
1847
- "error":{
1848
- "code":"InvalidParameterValue",
1849
- "httpStatusCode":400,
1850
- "senderFault":true
1851
- },
1852
- "exception":true
1853
- },
1854
- {
1855
- "shape":"InvalidParameterCombinationException",
1856
- "error":{
1857
- "code":"InvalidParameterCombination",
1858
- "httpStatusCode":400,
1859
- "senderFault":true
1860
- },
1861
- "exception":true
1862
- }
605
+ {"shape":"ReplicationGroupNotFoundFault"},
606
+ {"shape":"InvalidReplicationGroupStateFault"},
607
+ {"shape":"InvalidCacheClusterStateFault"},
608
+ {"shape":"InvalidCacheSecurityGroupStateFault"},
609
+ {"shape":"InsufficientCacheClusterCapacityFault"},
610
+ {"shape":"CacheClusterNotFoundFault"},
611
+ {"shape":"NodeQuotaForClusterExceededFault"},
612
+ {"shape":"NodeQuotaForCustomerExceededFault"},
613
+ {"shape":"CacheSecurityGroupNotFoundFault"},
614
+ {"shape":"CacheParameterGroupNotFoundFault"},
615
+ {"shape":"InvalidVPCNetworkStateFault"},
616
+ {"shape":"InvalidParameterValueException"},
617
+ {"shape":"InvalidParameterCombinationException"}
1863
618
  ]
1864
619
  },
1865
620
  "PurchaseReservedCacheNodesOffering":{
@@ -1871,55 +626,14 @@
1871
626
  "input":{"shape":"PurchaseReservedCacheNodesOfferingMessage"},
1872
627
  "output":{
1873
628
  "shape":"PurchaseReservedCacheNodesOfferingResult",
1874
- "wrapper":true,
1875
629
  "resultWrapper":"PurchaseReservedCacheNodesOfferingResult"
1876
630
  },
1877
631
  "errors":[
1878
- {
1879
- "shape":"ReservedCacheNodesOfferingNotFoundFault",
1880
- "error":{
1881
- "code":"ReservedCacheNodesOfferingNotFound",
1882
- "httpStatusCode":404,
1883
- "senderFault":true
1884
- },
1885
- "exception":true
1886
- },
1887
- {
1888
- "shape":"ReservedCacheNodeAlreadyExistsFault",
1889
- "error":{
1890
- "code":"ReservedCacheNodeAlreadyExists",
1891
- "httpStatusCode":404,
1892
- "senderFault":true
1893
- },
1894
- "exception":true
1895
- },
1896
- {
1897
- "shape":"ReservedCacheNodeQuotaExceededFault",
1898
- "error":{
1899
- "code":"ReservedCacheNodeQuotaExceeded",
1900
- "httpStatusCode":400,
1901
- "senderFault":true
1902
- },
1903
- "exception":true
1904
- },
1905
- {
1906
- "shape":"InvalidParameterValueException",
1907
- "error":{
1908
- "code":"InvalidParameterValue",
1909
- "httpStatusCode":400,
1910
- "senderFault":true
1911
- },
1912
- "exception":true
1913
- },
1914
- {
1915
- "shape":"InvalidParameterCombinationException",
1916
- "error":{
1917
- "code":"InvalidParameterCombination",
1918
- "httpStatusCode":400,
1919
- "senderFault":true
1920
- },
1921
- "exception":true
1922
- }
632
+ {"shape":"ReservedCacheNodesOfferingNotFoundFault"},
633
+ {"shape":"ReservedCacheNodeAlreadyExistsFault"},
634
+ {"shape":"ReservedCacheNodeQuotaExceededFault"},
635
+ {"shape":"InvalidParameterValueException"},
636
+ {"shape":"InvalidParameterCombinationException"}
1923
637
  ]
1924
638
  },
1925
639
  "RebootCacheCluster":{
@@ -1931,28 +645,11 @@
1931
645
  "input":{"shape":"RebootCacheClusterMessage"},
1932
646
  "output":{
1933
647
  "shape":"RebootCacheClusterResult",
1934
- "wrapper":true,
1935
648
  "resultWrapper":"RebootCacheClusterResult"
1936
649
  },
1937
650
  "errors":[
1938
- {
1939
- "shape":"InvalidCacheClusterStateFault",
1940
- "error":{
1941
- "code":"InvalidCacheClusterState",
1942
- "httpStatusCode":400,
1943
- "senderFault":true
1944
- },
1945
- "exception":true
1946
- },
1947
- {
1948
- "shape":"CacheClusterNotFoundFault",
1949
- "error":{
1950
- "code":"CacheClusterNotFound",
1951
- "httpStatusCode":404,
1952
- "senderFault":true
1953
- },
1954
- "exception":true
1955
- }
651
+ {"shape":"InvalidCacheClusterStateFault"},
652
+ {"shape":"CacheClusterNotFoundFault"}
1956
653
  ]
1957
654
  },
1958
655
  "RemoveTagsFromResource":{
@@ -1967,42 +664,10 @@
1967
664
  "resultWrapper":"RemoveTagsFromResourceResult"
1968
665
  },
1969
666
  "errors":[
1970
- {
1971
- "shape":"CacheClusterNotFoundFault",
1972
- "error":{
1973
- "code":"CacheClusterNotFound",
1974
- "httpStatusCode":404,
1975
- "senderFault":true
1976
- },
1977
- "exception":true
1978
- },
1979
- {
1980
- "shape":"SnapshotNotFoundFault",
1981
- "error":{
1982
- "code":"SnapshotNotFoundFault",
1983
- "httpStatusCode":404,
1984
- "senderFault":true
1985
- },
1986
- "exception":true
1987
- },
1988
- {
1989
- "shape":"InvalidARNFault",
1990
- "error":{
1991
- "code":"InvalidARN",
1992
- "httpStatusCode":400,
1993
- "senderFault":true
1994
- },
1995
- "exception":true
1996
- },
1997
- {
1998
- "shape":"TagNotFoundFault",
1999
- "error":{
2000
- "code":"TagNotFound",
2001
- "httpStatusCode":404,
2002
- "senderFault":true
2003
- },
2004
- "exception":true
2005
- }
667
+ {"shape":"CacheClusterNotFoundFault"},
668
+ {"shape":"SnapshotNotFoundFault"},
669
+ {"shape":"InvalidARNFault"},
670
+ {"shape":"TagNotFoundFault"}
2006
671
  ]
2007
672
  },
2008
673
  "ResetCacheParameterGroup":{
@@ -2017,42 +682,10 @@
2017
682
  "resultWrapper":"ResetCacheParameterGroupResult"
2018
683
  },
2019
684
  "errors":[
2020
- {
2021
- "shape":"InvalidCacheParameterGroupStateFault",
2022
- "error":{
2023
- "code":"InvalidCacheParameterGroupState",
2024
- "httpStatusCode":400,
2025
- "senderFault":true
2026
- },
2027
- "exception":true
2028
- },
2029
- {
2030
- "shape":"CacheParameterGroupNotFoundFault",
2031
- "error":{
2032
- "code":"CacheParameterGroupNotFound",
2033
- "httpStatusCode":404,
2034
- "senderFault":true
2035
- },
2036
- "exception":true
2037
- },
2038
- {
2039
- "shape":"InvalidParameterValueException",
2040
- "error":{
2041
- "code":"InvalidParameterValue",
2042
- "httpStatusCode":400,
2043
- "senderFault":true
2044
- },
2045
- "exception":true
2046
- },
2047
- {
2048
- "shape":"InvalidParameterCombinationException",
2049
- "error":{
2050
- "code":"InvalidParameterCombination",
2051
- "httpStatusCode":400,
2052
- "senderFault":true
2053
- },
2054
- "exception":true
2055
- }
685
+ {"shape":"InvalidCacheParameterGroupStateFault"},
686
+ {"shape":"CacheParameterGroupNotFoundFault"},
687
+ {"shape":"InvalidParameterValueException"},
688
+ {"shape":"InvalidParameterCombinationException"}
2056
689
  ]
2057
690
  },
2058
691
  "RevokeCacheSecurityGroupIngress":{
@@ -2064,55 +697,14 @@
2064
697
  "input":{"shape":"RevokeCacheSecurityGroupIngressMessage"},
2065
698
  "output":{
2066
699
  "shape":"RevokeCacheSecurityGroupIngressResult",
2067
- "wrapper":true,
2068
700
  "resultWrapper":"RevokeCacheSecurityGroupIngressResult"
2069
701
  },
2070
702
  "errors":[
2071
- {
2072
- "shape":"CacheSecurityGroupNotFoundFault",
2073
- "error":{
2074
- "code":"CacheSecurityGroupNotFound",
2075
- "httpStatusCode":404,
2076
- "senderFault":true
2077
- },
2078
- "exception":true
2079
- },
2080
- {
2081
- "shape":"AuthorizationNotFoundFault",
2082
- "error":{
2083
- "code":"AuthorizationNotFound",
2084
- "httpStatusCode":404,
2085
- "senderFault":true
2086
- },
2087
- "exception":true
2088
- },
2089
- {
2090
- "shape":"InvalidCacheSecurityGroupStateFault",
2091
- "error":{
2092
- "code":"InvalidCacheSecurityGroupState",
2093
- "httpStatusCode":400,
2094
- "senderFault":true
2095
- },
2096
- "exception":true
2097
- },
2098
- {
2099
- "shape":"InvalidParameterValueException",
2100
- "error":{
2101
- "code":"InvalidParameterValue",
2102
- "httpStatusCode":400,
2103
- "senderFault":true
2104
- },
2105
- "exception":true
2106
- },
2107
- {
2108
- "shape":"InvalidParameterCombinationException",
2109
- "error":{
2110
- "code":"InvalidParameterCombination",
2111
- "httpStatusCode":400,
2112
- "senderFault":true
2113
- },
2114
- "exception":true
2115
- }
703
+ {"shape":"CacheSecurityGroupNotFoundFault"},
704
+ {"shape":"AuthorizationNotFoundFault"},
705
+ {"shape":"InvalidCacheSecurityGroupStateFault"},
706
+ {"shape":"InvalidParameterValueException"},
707
+ {"shape":"InvalidParameterCombinationException"}
2116
708
  ]
2117
709
  }
2118
710
  },
@@ -2135,6 +727,12 @@
2135
727
  "Tags":{"shape":"TagList"}
2136
728
  }
2137
729
  },
730
+ "AllowedNodeTypeModificationsMessage":{
731
+ "type":"structure",
732
+ "members":{
733
+ "ScaleUpModifications":{"shape":"NodeTypeList"}
734
+ }
735
+ },
2138
736
  "AuthorizationAlreadyExistsFault":{
2139
737
  "type":"structure",
2140
738
  "members":{
@@ -2170,6 +768,12 @@
2170
768
  "EC2SecurityGroupOwnerId":{"shape":"String"}
2171
769
  }
2172
770
  },
771
+ "AuthorizeCacheSecurityGroupIngressResult":{
772
+ "type":"structure",
773
+ "members":{
774
+ "CacheSecurityGroup":{"shape":"CacheSecurityGroup"}
775
+ }
776
+ },
2173
777
  "AutomaticFailoverStatus":{
2174
778
  "type":"string",
2175
779
  "enum":[
@@ -2605,7 +1209,14 @@
2605
1209
  ],
2606
1210
  "members":{
2607
1211
  "SourceSnapshotName":{"shape":"String"},
2608
- "TargetSnapshotName":{"shape":"String"}
1212
+ "TargetSnapshotName":{"shape":"String"},
1213
+ "TargetBucket":{"shape":"String"}
1214
+ }
1215
+ },
1216
+ "CopySnapshotResult":{
1217
+ "type":"structure",
1218
+ "members":{
1219
+ "Snapshot":{"shape":"Snapshot"}
2609
1220
  }
2610
1221
  },
2611
1222
  "CreateCacheClusterMessage":{
@@ -2636,6 +1247,12 @@
2636
1247
  "SnapshotWindow":{"shape":"String"}
2637
1248
  }
2638
1249
  },
1250
+ "CreateCacheClusterResult":{
1251
+ "type":"structure",
1252
+ "members":{
1253
+ "CacheCluster":{"shape":"CacheCluster"}
1254
+ }
1255
+ },
2639
1256
  "CreateCacheParameterGroupMessage":{
2640
1257
  "type":"structure",
2641
1258
  "required":[
@@ -2649,6 +1266,12 @@
2649
1266
  "Description":{"shape":"String"}
2650
1267
  }
2651
1268
  },
1269
+ "CreateCacheParameterGroupResult":{
1270
+ "type":"structure",
1271
+ "members":{
1272
+ "CacheParameterGroup":{"shape":"CacheParameterGroup"}
1273
+ }
1274
+ },
2652
1275
  "CreateCacheSecurityGroupMessage":{
2653
1276
  "type":"structure",
2654
1277
  "required":[
@@ -2660,6 +1283,12 @@
2660
1283
  "Description":{"shape":"String"}
2661
1284
  }
2662
1285
  },
1286
+ "CreateCacheSecurityGroupResult":{
1287
+ "type":"structure",
1288
+ "members":{
1289
+ "CacheSecurityGroup":{"shape":"CacheSecurityGroup"}
1290
+ }
1291
+ },
2663
1292
  "CreateCacheSubnetGroupMessage":{
2664
1293
  "type":"structure",
2665
1294
  "required":[
@@ -2673,6 +1302,12 @@
2673
1302
  "SubnetIds":{"shape":"SubnetIdentifierList"}
2674
1303
  }
2675
1304
  },
1305
+ "CreateCacheSubnetGroupResult":{
1306
+ "type":"structure",
1307
+ "members":{
1308
+ "CacheSubnetGroup":{"shape":"CacheSubnetGroup"}
1309
+ }
1310
+ },
2676
1311
  "CreateReplicationGroupMessage":{
2677
1312
  "type":"structure",
2678
1313
  "required":[
@@ -2704,6 +1339,12 @@
2704
1339
  "SnapshotWindow":{"shape":"String"}
2705
1340
  }
2706
1341
  },
1342
+ "CreateReplicationGroupResult":{
1343
+ "type":"structure",
1344
+ "members":{
1345
+ "ReplicationGroup":{"shape":"ReplicationGroup"}
1346
+ }
1347
+ },
2707
1348
  "CreateSnapshotMessage":{
2708
1349
  "type":"structure",
2709
1350
  "required":[
@@ -2715,6 +1356,12 @@
2715
1356
  "SnapshotName":{"shape":"String"}
2716
1357
  }
2717
1358
  },
1359
+ "CreateSnapshotResult":{
1360
+ "type":"structure",
1361
+ "members":{
1362
+ "Snapshot":{"shape":"Snapshot"}
1363
+ }
1364
+ },
2718
1365
  "DeleteCacheClusterMessage":{
2719
1366
  "type":"structure",
2720
1367
  "required":["CacheClusterId"],
@@ -2723,6 +1370,12 @@
2723
1370
  "FinalSnapshotIdentifier":{"shape":"String"}
2724
1371
  }
2725
1372
  },
1373
+ "DeleteCacheClusterResult":{
1374
+ "type":"structure",
1375
+ "members":{
1376
+ "CacheCluster":{"shape":"CacheCluster"}
1377
+ }
1378
+ },
2726
1379
  "DeleteCacheParameterGroupMessage":{
2727
1380
  "type":"structure",
2728
1381
  "required":["CacheParameterGroupName"],
@@ -2753,6 +1406,12 @@
2753
1406
  "FinalSnapshotIdentifier":{"shape":"String"}
2754
1407
  }
2755
1408
  },
1409
+ "DeleteReplicationGroupResult":{
1410
+ "type":"structure",
1411
+ "members":{
1412
+ "ReplicationGroup":{"shape":"ReplicationGroup"}
1413
+ }
1414
+ },
2756
1415
  "DeleteSnapshotMessage":{
2757
1416
  "type":"structure",
2758
1417
  "required":["SnapshotName"],
@@ -2760,6 +1419,12 @@
2760
1419
  "SnapshotName":{"shape":"String"}
2761
1420
  }
2762
1421
  },
1422
+ "DeleteSnapshotResult":{
1423
+ "type":"structure",
1424
+ "members":{
1425
+ "Snapshot":{"shape":"Snapshot"}
1426
+ }
1427
+ },
2763
1428
  "DescribeCacheClustersMessage":{
2764
1429
  "type":"structure",
2765
1430
  "members":{
@@ -2823,6 +1488,12 @@
2823
1488
  "Marker":{"shape":"String"}
2824
1489
  }
2825
1490
  },
1491
+ "DescribeEngineDefaultParametersResult":{
1492
+ "type":"structure",
1493
+ "members":{
1494
+ "EngineDefaults":{"shape":"EngineDefaults"}
1495
+ }
1496
+ },
2826
1497
  "DescribeEventsMessage":{
2827
1498
  "type":"structure",
2828
1499
  "members":{
@@ -3070,6 +1741,13 @@
3070
1741
  "type":"list",
3071
1742
  "member":{"shape":"String"}
3072
1743
  },
1744
+ "ListAllowedNodeTypeModificationsMessage":{
1745
+ "type":"structure",
1746
+ "members":{
1747
+ "CacheClusterId":{"shape":"String"},
1748
+ "ReplicationGroupId":{"shape":"String"}
1749
+ }
1750
+ },
3073
1751
  "ListTagsForResourceMessage":{
3074
1752
  "type":"structure",
3075
1753
  "required":["ResourceName"],
@@ -3096,7 +1774,14 @@
3096
1774
  "EngineVersion":{"shape":"String"},
3097
1775
  "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
3098
1776
  "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
3099
- "SnapshotWindow":{"shape":"String"}
1777
+ "SnapshotWindow":{"shape":"String"},
1778
+ "CacheNodeType":{"shape":"String"}
1779
+ }
1780
+ },
1781
+ "ModifyCacheClusterResult":{
1782
+ "type":"structure",
1783
+ "members":{
1784
+ "CacheCluster":{"shape":"CacheCluster"}
3100
1785
  }
3101
1786
  },
3102
1787
  "ModifyCacheParameterGroupMessage":{
@@ -3119,6 +1804,12 @@
3119
1804
  "SubnetIds":{"shape":"SubnetIdentifierList"}
3120
1805
  }
3121
1806
  },
1807
+ "ModifyCacheSubnetGroupResult":{
1808
+ "type":"structure",
1809
+ "members":{
1810
+ "CacheSubnetGroup":{"shape":"CacheSubnetGroup"}
1811
+ }
1812
+ },
3122
1813
  "ModifyReplicationGroupMessage":{
3123
1814
  "type":"structure",
3124
1815
  "required":["ReplicationGroupId"],
@@ -3138,7 +1829,14 @@
3138
1829
  "EngineVersion":{"shape":"String"},
3139
1830
  "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
3140
1831
  "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
3141
- "SnapshotWindow":{"shape":"String"}
1832
+ "SnapshotWindow":{"shape":"String"},
1833
+ "CacheNodeType":{"shape":"String"}
1834
+ }
1835
+ },
1836
+ "ModifyReplicationGroupResult":{
1837
+ "type":"structure",
1838
+ "members":{
1839
+ "ReplicationGroup":{"shape":"ReplicationGroup"}
3142
1840
  }
3143
1841
  },
3144
1842
  "NodeGroup":{
@@ -3213,6 +1911,10 @@
3213
1911
  "locationName":"NodeSnapshot"
3214
1912
  }
3215
1913
  },
1914
+ "NodeTypeList":{
1915
+ "type":"list",
1916
+ "member":{"shape":"String"}
1917
+ },
3216
1918
  "NotificationConfiguration":{
3217
1919
  "type":"structure",
3218
1920
  "members":{
@@ -3266,7 +1968,8 @@
3266
1968
  "members":{
3267
1969
  "NumCacheNodes":{"shape":"IntegerOptional"},
3268
1970
  "CacheNodeIdsToRemove":{"shape":"CacheNodeIdsList"},
3269
- "EngineVersion":{"shape":"String"}
1971
+ "EngineVersion":{"shape":"String"},
1972
+ "CacheNodeType":{"shape":"String"}
3270
1973
  }
3271
1974
  },
3272
1975
  "PreferredAvailabilityZoneList":{
@@ -3285,6 +1988,12 @@
3285
1988
  "CacheNodeCount":{"shape":"IntegerOptional"}
3286
1989
  }
3287
1990
  },
1991
+ "PurchaseReservedCacheNodesOfferingResult":{
1992
+ "type":"structure",
1993
+ "members":{
1994
+ "ReservedCacheNode":{"shape":"ReservedCacheNode"}
1995
+ }
1996
+ },
3288
1997
  "RebootCacheClusterMessage":{
3289
1998
  "type":"structure",
3290
1999
  "required":[
@@ -3296,6 +2005,12 @@
3296
2005
  "CacheNodeIdsToReboot":{"shape":"CacheNodeIdsList"}
3297
2006
  }
3298
2007
  },
2008
+ "RebootCacheClusterResult":{
2009
+ "type":"structure",
2010
+ "members":{
2011
+ "CacheCluster":{"shape":"CacheCluster"}
2012
+ }
2013
+ },
3299
2014
  "RecurringCharge":{
3300
2015
  "type":"structure",
3301
2016
  "members":{
@@ -3485,10 +2200,7 @@
3485
2200
  },
3486
2201
  "ResetCacheParameterGroupMessage":{
3487
2202
  "type":"structure",
3488
- "required":[
3489
- "CacheParameterGroupName",
3490
- "ParameterNameValues"
3491
- ],
2203
+ "required":["CacheParameterGroupName"],
3492
2204
  "members":{
3493
2205
  "CacheParameterGroupName":{"shape":"String"},
3494
2206
  "ResetAllParameters":{"shape":"Boolean"},
@@ -3508,6 +2220,12 @@
3508
2220
  "EC2SecurityGroupOwnerId":{"shape":"String"}
3509
2221
  }
3510
2222
  },
2223
+ "RevokeCacheSecurityGroupIngressResult":{
2224
+ "type":"structure",
2225
+ "members":{
2226
+ "CacheSecurityGroup":{"shape":"CacheSecurityGroup"}
2227
+ }
2228
+ },
3511
2229
  "SecurityGroupIdsList":{
3512
2230
  "type":"list",
3513
2231
  "member":{
@@ -3694,114 +2412,6 @@
3694
2412
  "senderFault":true
3695
2413
  },
3696
2414
  "exception":true
3697
- },
3698
- "AuthorizeCacheSecurityGroupIngressResult":{
3699
- "type":"structure",
3700
- "members":{
3701
- "CacheSecurityGroup":{"shape":"CacheSecurityGroup"}
3702
- }
3703
- },
3704
- "CopySnapshotResult":{
3705
- "type":"structure",
3706
- "members":{
3707
- "Snapshot":{"shape":"Snapshot"}
3708
- }
3709
- },
3710
- "CreateCacheClusterResult":{
3711
- "type":"structure",
3712
- "members":{
3713
- "CacheCluster":{"shape":"CacheCluster"}
3714
- }
3715
- },
3716
- "CreateCacheParameterGroupResult":{
3717
- "type":"structure",
3718
- "members":{
3719
- "CacheParameterGroup":{"shape":"CacheParameterGroup"}
3720
- }
3721
- },
3722
- "CreateCacheSecurityGroupResult":{
3723
- "type":"structure",
3724
- "members":{
3725
- "CacheSecurityGroup":{"shape":"CacheSecurityGroup"}
3726
- }
3727
- },
3728
- "CreateCacheSubnetGroupResult":{
3729
- "type":"structure",
3730
- "members":{
3731
- "CacheSubnetGroup":{"shape":"CacheSubnetGroup"}
3732
- }
3733
- },
3734
- "CreateReplicationGroupResult":{
3735
- "type":"structure",
3736
- "members":{
3737
- "ReplicationGroup":{"shape":"ReplicationGroup"}
3738
- }
3739
- },
3740
- "CreateSnapshotResult":{
3741
- "type":"structure",
3742
- "members":{
3743
- "Snapshot":{"shape":"Snapshot"}
3744
- }
3745
- },
3746
- "DeleteCacheClusterResult":{
3747
- "type":"structure",
3748
- "members":{
3749
- "CacheCluster":{"shape":"CacheCluster"}
3750
- }
3751
- },
3752
- "DeleteReplicationGroupResult":{
3753
- "type":"structure",
3754
- "members":{
3755
- "ReplicationGroup":{"shape":"ReplicationGroup"}
3756
- }
3757
- },
3758
- "DeleteSnapshotResult":{
3759
- "type":"structure",
3760
- "members":{
3761
- "Snapshot":{"shape":"Snapshot"}
3762
- }
3763
- },
3764
- "DescribeEngineDefaultParametersResult":{
3765
- "type":"structure",
3766
- "members":{
3767
- "EngineDefaults":{"shape":"EngineDefaults"}
3768
- }
3769
- },
3770
- "ModifyCacheClusterResult":{
3771
- "type":"structure",
3772
- "members":{
3773
- "CacheCluster":{"shape":"CacheCluster"}
3774
- }
3775
- },
3776
- "ModifyCacheSubnetGroupResult":{
3777
- "type":"structure",
3778
- "members":{
3779
- "CacheSubnetGroup":{"shape":"CacheSubnetGroup"}
3780
- }
3781
- },
3782
- "ModifyReplicationGroupResult":{
3783
- "type":"structure",
3784
- "members":{
3785
- "ReplicationGroup":{"shape":"ReplicationGroup"}
3786
- }
3787
- },
3788
- "PurchaseReservedCacheNodesOfferingResult":{
3789
- "type":"structure",
3790
- "members":{
3791
- "ReservedCacheNode":{"shape":"ReservedCacheNode"}
3792
- }
3793
- },
3794
- "RebootCacheClusterResult":{
3795
- "type":"structure",
3796
- "members":{
3797
- "CacheCluster":{"shape":"CacheCluster"}
3798
- }
3799
- },
3800
- "RevokeCacheSecurityGroupIngressResult":{
3801
- "type":"structure",
3802
- "members":{
3803
- "CacheSecurityGroup":{"shape":"CacheSecurityGroup"}
3804
- }
3805
2415
  }
3806
2416
  }
3807
2417
  }