forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelasticache-2015-02-02.normal.json
3809 lines (3809 loc) · 212 KB
/
elasticache-2015-02-02.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version":"2.0",
"metadata":{
"apiVersion":"2015-02-02",
"endpointPrefix":"elasticache",
"protocol":"query",
"serviceFullName":"Amazon ElastiCache",
"signatureVersion":"v4",
"uid":"elasticache-2015-02-02",
"xmlNamespace":"http://elasticache.amazonaws.com/doc/2015-02-02/"
},
"operations":{
"AddTagsToResource":{
"name":"AddTagsToResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AddTagsToResourceMessage"},
"output":{
"shape":"TagListMessage",
"resultWrapper":"AddTagsToResourceResult"
},
"errors":[
{"shape":"CacheClusterNotFoundFault"},
{"shape":"SnapshotNotFoundFault"},
{"shape":"TagQuotaPerResourceExceeded"},
{"shape":"InvalidARNFault"}
],
"documentation":"<p>Adds up to 10 cost allocation tags to the named resource. A cost allocation tag is a key-value pair where the key and value are case-sensitive. You can use cost allocation tags to categorize and track your AWS costs.</p> <p> When you apply tags to your ElastiCache resources, AWS generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Tagging.html\">Using Cost Allocation Tags in Amazon ElastiCache</a> in the <i>ElastiCache User Guide</i>.</p>"
},
"AuthorizeCacheSecurityGroupIngress":{
"name":"AuthorizeCacheSecurityGroupIngress",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AuthorizeCacheSecurityGroupIngressMessage"},
"output":{
"shape":"AuthorizeCacheSecurityGroupIngressResult",
"resultWrapper":"AuthorizeCacheSecurityGroupIngressResult"
},
"errors":[
{"shape":"CacheSecurityGroupNotFoundFault"},
{"shape":"InvalidCacheSecurityGroupStateFault"},
{"shape":"AuthorizationAlreadyExistsFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2 security groups are used as the authorization mechanism.</p> <note> <p>You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region.</p> </note>"
},
"CopySnapshot":{
"name":"CopySnapshot",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CopySnapshotMessage"},
"output":{
"shape":"CopySnapshotResult",
"resultWrapper":"CopySnapshotResult"
},
"errors":[
{"shape":"SnapshotAlreadyExistsFault"},
{"shape":"SnapshotNotFoundFault"},
{"shape":"SnapshotQuotaExceededFault"},
{"shape":"InvalidSnapshotStateFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Makes a copy of an existing snapshot.</p> <note> <p>This operation is valid for Redis only.</p> </note> <important> <p>Users or groups that have permissions to use the <code>CopySnapshot</code> operation can create their own Amazon S3 buckets and copy snapshots to it. To control access to your snapshots, use an IAM policy to control who has the ability to use the <code>CopySnapshot</code> operation. For more information about using IAM to control the use of ElastiCache operations, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Snapshots.Exporting.html\">Exporting Snapshots</a> and <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/IAM.html\">Authentication & Access Control</a>.</p> </important> <p>You could receive the following error messages.</p> <p class=\"title\"> <b>Error Messages</b> </p> <ul> <li> <p> <b>Error Message:</b> The S3 bucket %s is outside of the region.</p> <p> <b>Solution:</b> Create an Amazon S3 bucket in the same region as your snapshot. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Snapshots.Exporting.html#Snapshots.Exporting.CreateBucket\">Step 1: Create an Amazon S3 Bucket</a> in the ElastiCache User Guide.</p> </li> <li> <p> <b>Error Message:</b> The S3 bucket %s does not exist.</p> <p> <b>Solution:</b> Create an Amazon S3 bucket in the same region as your snapshot. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Snapshots.Exporting.html#Snapshots.Exporting.CreateBucket\">Step 1: Create an Amazon S3 Bucket</a> in the ElastiCache User Guide.</p> </li> <li> <p> <b>Error Message:</b> The S3 bucket %s is not owned by the authenticated user.</p> <p> <b>Solution:</b> Create an Amazon S3 bucket in the same region as your snapshot. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Snapshots.Exporting.html#Snapshots.Exporting.CreateBucket\">Step 1: Create an Amazon S3 Bucket</a> in the ElastiCache User Guide.</p> </li> <li> <p> <b>Error Message:</b> The authenticated user does not have sufficient permissions to perform the desired activity.</p> <p> <b>Solution:</b> Contact your system administrator to get the needed permissions.</p> </li> <li> <p> <b>Error Message:</b> The S3 bucket %s already contains an object with key %s.</p> <p> <b>Solution:</b> Give the <code>TargetSnapshotName</code> a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for <code>TargetSnapshotName</code>.</p> </li> <li> <p> <b>Error Message: </b> ElastiCache has not been granted READ permissions %s on the S3 Bucket.</p> <p> <b>Solution:</b> Add List and Read permissions on the bucket. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Snapshots.Exporting.html#Snapshots.Exporting.GrantAccess\">Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket</a> in the ElastiCache User Guide.</p> </li> <li> <p> <b>Error Message: </b> ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.</p> <p> <b>Solution:</b> Add Upload/Delete permissions on the bucket. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Snapshots.Exporting.html#Snapshots.Exporting.GrantAccess\">Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket</a> in the ElastiCache User Guide.</p> </li> <li> <p> <b>Error Message: </b> ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.</p> <p> <b>Solution:</b> Add View Permissions on the bucket. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Snapshots.Exporting.html#Snapshots.Exporting.GrantAccess\">Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket</a> in the ElastiCache User Guide.</p> </li> </ul>"
},
"CreateCacheCluster":{
"name":"CreateCacheCluster",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateCacheClusterMessage"},
"output":{
"shape":"CreateCacheClusterResult",
"resultWrapper":"CreateCacheClusterResult"
},
"errors":[
{"shape":"ReplicationGroupNotFoundFault"},
{"shape":"InvalidReplicationGroupStateFault"},
{"shape":"CacheClusterAlreadyExistsFault"},
{"shape":"InsufficientCacheClusterCapacityFault"},
{"shape":"CacheSecurityGroupNotFoundFault"},
{"shape":"CacheSubnetGroupNotFoundFault"},
{"shape":"ClusterQuotaForCustomerExceededFault"},
{"shape":"NodeQuotaForClusterExceededFault"},
{"shape":"NodeQuotaForCustomerExceededFault"},
{"shape":"CacheParameterGroupNotFoundFault"},
{"shape":"InvalidVPCNetworkStateFault"},
{"shape":"TagQuotaPerResourceExceeded"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Creates a cache cluster. All nodes in the cache cluster run the same protocol-compliant cache engine software, either Memcached or Redis.</p> <important> <p>Due to current limitations on Redis (cluster mode disabled), this operation or parameter is not supported on Redis (cluster mode enabled) replication groups.</p> </important>"
},
"CreateCacheParameterGroup":{
"name":"CreateCacheParameterGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateCacheParameterGroupMessage"},
"output":{
"shape":"CreateCacheParameterGroupResult",
"resultWrapper":"CreateCacheParameterGroupResult"
},
"errors":[
{"shape":"CacheParameterGroupQuotaExceededFault"},
{"shape":"CacheParameterGroupAlreadyExistsFault"},
{"shape":"InvalidCacheParameterGroupStateFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Creates a new cache parameter group. A cache parameter group is a collection of parameters that you apply to all of the nodes in a cache cluster.</p>"
},
"CreateCacheSecurityGroup":{
"name":"CreateCacheSecurityGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateCacheSecurityGroupMessage"},
"output":{
"shape":"CreateCacheSecurityGroupResult",
"resultWrapper":"CreateCacheSecurityGroupResult"
},
"errors":[
{"shape":"CacheSecurityGroupAlreadyExistsFault"},
{"shape":"CacheSecurityGroupQuotaExceededFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Creates a new cache security group. Use a cache security group to control access to one or more cache clusters.</p> <p>Cache security groups are only used when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (Amazon VPC). If you are creating a cache cluster inside of a VPC, use a cache subnet group instead. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheSubnetGroup.html\">CreateCacheSubnetGroup</a>.</p>"
},
"CreateCacheSubnetGroup":{
"name":"CreateCacheSubnetGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateCacheSubnetGroupMessage"},
"output":{
"shape":"CreateCacheSubnetGroupResult",
"resultWrapper":"CreateCacheSubnetGroupResult"
},
"errors":[
{"shape":"CacheSubnetGroupAlreadyExistsFault"},
{"shape":"CacheSubnetGroupQuotaExceededFault"},
{"shape":"CacheSubnetQuotaExceededFault"},
{"shape":"InvalidSubnet"}
],
"documentation":"<p>Creates a new cache subnet group.</p> <p>Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).</p>"
},
"CreateReplicationGroup":{
"name":"CreateReplicationGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateReplicationGroupMessage"},
"output":{
"shape":"CreateReplicationGroupResult",
"resultWrapper":"CreateReplicationGroupResult"
},
"errors":[
{"shape":"CacheClusterNotFoundFault"},
{"shape":"InvalidCacheClusterStateFault"},
{"shape":"ReplicationGroupAlreadyExistsFault"},
{"shape":"InsufficientCacheClusterCapacityFault"},
{"shape":"CacheSecurityGroupNotFoundFault"},
{"shape":"CacheSubnetGroupNotFoundFault"},
{"shape":"ClusterQuotaForCustomerExceededFault"},
{"shape":"NodeQuotaForClusterExceededFault"},
{"shape":"NodeQuotaForCustomerExceededFault"},
{"shape":"CacheParameterGroupNotFoundFault"},
{"shape":"InvalidVPCNetworkStateFault"},
{"shape":"TagQuotaPerResourceExceeded"},
{"shape":"NodeGroupsPerReplicationGroupQuotaExceededFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group.</p> <p>A Redis (cluster mode disabled) replication group is a collection of cache clusters, where one of the cache clusters is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas.</p> <p>A Redis (cluster mode enabled) replication group is a collection of 1 to 15 node groups (shards). Each node group (shard) has one read/write primary node and up to 5 read-only replica nodes. Writes to the primary are asynchronously propagated to the replicas. Redis (cluster mode enabled) replication groups partition the data across node groups (shards).</p> <p>When a Redis (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. You cannot alter a Redis (cluster mode enabled) replication group after it has been created.</p> <note> <p>This operation is valid for Redis only.</p> </note>"
},
"CreateSnapshot":{
"name":"CreateSnapshot",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateSnapshotMessage"},
"output":{
"shape":"CreateSnapshotResult",
"resultWrapper":"CreateSnapshotResult"
},
"errors":[
{"shape":"SnapshotAlreadyExistsFault"},
{"shape":"CacheClusterNotFoundFault"},
{"shape":"ReplicationGroupNotFoundFault"},
{"shape":"InvalidCacheClusterStateFault"},
{"shape":"InvalidReplicationGroupStateFault"},
{"shape":"SnapshotQuotaExceededFault"},
{"shape":"SnapshotFeatureNotSupportedFault"},
{"shape":"InvalidParameterCombinationException"},
{"shape":"InvalidParameterValueException"}
],
"documentation":"<p>Creates a copy of an entire cache cluster or replication group at a specific moment in time.</p> <note> <p>This operation is valid for Redis only.</p> </note>"
},
"DeleteCacheCluster":{
"name":"DeleteCacheCluster",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteCacheClusterMessage"},
"output":{
"shape":"DeleteCacheClusterResult",
"resultWrapper":"DeleteCacheClusterResult"
},
"errors":[
{"shape":"CacheClusterNotFoundFault"},
{"shape":"InvalidCacheClusterStateFault"},
{"shape":"SnapshotAlreadyExistsFault"},
{"shape":"SnapshotFeatureNotSupportedFault"},
{"shape":"SnapshotQuotaExceededFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Deletes a previously provisioned cache cluster. <code>DeleteCacheCluster</code> deletes all associated cache nodes, node endpoints and the cache cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this operation.</p> <p>This operation cannot be used to delete a cache cluster that is the last read replica of a replication group or node group (shard) that has Multi-AZ mode enabled or a cache cluster from a Redis (cluster mode enabled) replication group.</p> <important> <p>Due to current limitations on Redis (cluster mode disabled), this operation or parameter is not supported on Redis (cluster mode enabled) replication groups.</p> </important>"
},
"DeleteCacheParameterGroup":{
"name":"DeleteCacheParameterGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteCacheParameterGroupMessage"},
"errors":[
{"shape":"InvalidCacheParameterGroupStateFault"},
{"shape":"CacheParameterGroupNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.</p>"
},
"DeleteCacheSecurityGroup":{
"name":"DeleteCacheSecurityGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteCacheSecurityGroupMessage"},
"errors":[
{"shape":"InvalidCacheSecurityGroupStateFault"},
{"shape":"CacheSecurityGroupNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Deletes a cache security group.</p> <note> <p>You cannot delete a cache security group if it is associated with any cache clusters.</p> </note>"
},
"DeleteCacheSubnetGroup":{
"name":"DeleteCacheSubnetGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteCacheSubnetGroupMessage"},
"errors":[
{"shape":"CacheSubnetGroupInUse"},
{"shape":"CacheSubnetGroupNotFoundFault"}
],
"documentation":"<p>Deletes a cache subnet group.</p> <note> <p>You cannot delete a cache subnet group if it is associated with any cache clusters.</p> </note>"
},
"DeleteReplicationGroup":{
"name":"DeleteReplicationGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteReplicationGroupMessage"},
"output":{
"shape":"DeleteReplicationGroupResult",
"resultWrapper":"DeleteReplicationGroupResult"
},
"errors":[
{"shape":"ReplicationGroupNotFoundFault"},
{"shape":"InvalidReplicationGroupStateFault"},
{"shape":"SnapshotAlreadyExistsFault"},
{"shape":"SnapshotFeatureNotSupportedFault"},
{"shape":"SnapshotQuotaExceededFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary/primaries and all of the read replicas. If the replication group has only one primary, you can optionally delete only the read replicas, while retaining the primary by setting <code>RetainPrimaryCluster=true</code>.</p> <p>When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this operation.</p> <note> <p>This operation is valid for Redis only.</p> </note>"
},
"DeleteSnapshot":{
"name":"DeleteSnapshot",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteSnapshotMessage"},
"output":{
"shape":"DeleteSnapshotResult",
"resultWrapper":"DeleteSnapshotResult"
},
"errors":[
{"shape":"SnapshotNotFoundFault"},
{"shape":"InvalidSnapshotStateFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation.</p> <note> <p>This operation is valid for Redis only.</p> </note>"
},
"DescribeCacheClusters":{
"name":"DescribeCacheClusters",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeCacheClustersMessage"},
"output":{
"shape":"CacheClusterMessage",
"resultWrapper":"DescribeCacheClustersResult"
},
"errors":[
{"shape":"CacheClusterNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.</p> <p>By default, abbreviated information about the cache clusters are returned. You can use the optional <code>ShowDetails</code> flag to retrieve detailed information about the cache nodes associated with the cache clusters. These details include the DNS address and port for the cache node endpoint.</p> <p>If the cluster is in the CREATING state, only cluster-level information is displayed until all of the nodes are successfully provisioned.</p> <p>If the cluster is in the DELETING state, only cluster-level information is displayed.</p> <p>If cache nodes are currently being added to the cache cluster, node endpoint information and creation time for the additional nodes are not displayed until they are completely provisioned. When the cache cluster state is <code>available</code>, the cluster is ready for use.</p> <p>If cache nodes are currently being removed from the cache cluster, no endpoint information for the removed nodes is displayed.</p>"
},
"DescribeCacheEngineVersions":{
"name":"DescribeCacheEngineVersions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeCacheEngineVersionsMessage"},
"output":{
"shape":"CacheEngineVersionMessage",
"resultWrapper":"DescribeCacheEngineVersionsResult"
},
"documentation":"<p>Returns a list of the available cache engines and their versions.</p>"
},
"DescribeCacheParameterGroups":{
"name":"DescribeCacheParameterGroups",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeCacheParameterGroupsMessage"},
"output":{
"shape":"CacheParameterGroupsMessage",
"resultWrapper":"DescribeCacheParameterGroupsResult"
},
"errors":[
{"shape":"CacheParameterGroupNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.</p>"
},
"DescribeCacheParameters":{
"name":"DescribeCacheParameters",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeCacheParametersMessage"},
"output":{
"shape":"CacheParameterGroupDetails",
"resultWrapper":"DescribeCacheParametersResult"
},
"errors":[
{"shape":"CacheParameterGroupNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Returns the detailed parameter list for a particular cache parameter group.</p>"
},
"DescribeCacheSecurityGroups":{
"name":"DescribeCacheSecurityGroups",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeCacheSecurityGroupsMessage"},
"output":{
"shape":"CacheSecurityGroupMessage",
"resultWrapper":"DescribeCacheSecurityGroupsResult"
},
"errors":[
{"shape":"CacheSecurityGroupNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group.</p>"
},
"DescribeCacheSubnetGroups":{
"name":"DescribeCacheSubnetGroups",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeCacheSubnetGroupsMessage"},
"output":{
"shape":"CacheSubnetGroupMessage",
"resultWrapper":"DescribeCacheSubnetGroupsResult"
},
"errors":[
{"shape":"CacheSubnetGroupNotFoundFault"}
],
"documentation":"<p>Returns a list of cache subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group.</p>"
},
"DescribeEngineDefaultParameters":{
"name":"DescribeEngineDefaultParameters",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeEngineDefaultParametersMessage"},
"output":{
"shape":"DescribeEngineDefaultParametersResult",
"resultWrapper":"DescribeEngineDefaultParametersResult"
},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Returns the default engine and system parameter information for the specified cache engine.</p>"
},
"DescribeEvents":{
"name":"DescribeEvents",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeEventsMessage"},
"output":{
"shape":"EventsMessage",
"resultWrapper":"DescribeEventsResult"
},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Returns events related to cache clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cache cluster, cache security group, or cache parameter group by providing the name as a parameter.</p> <p>By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.</p>"
},
"DescribeReplicationGroups":{
"name":"DescribeReplicationGroups",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeReplicationGroupsMessage"},
"output":{
"shape":"ReplicationGroupMessage",
"resultWrapper":"DescribeReplicationGroupsResult"
},
"errors":[
{"shape":"ReplicationGroupNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Returns information about a particular replication group. If no identifier is specified, <code>DescribeReplicationGroups</code> returns information about all replication groups.</p> <note> <p>This operation is valid for Redis only.</p> </note>"
},
"DescribeReservedCacheNodes":{
"name":"DescribeReservedCacheNodes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeReservedCacheNodesMessage"},
"output":{
"shape":"ReservedCacheNodeMessage",
"resultWrapper":"DescribeReservedCacheNodesResult"
},
"errors":[
{"shape":"ReservedCacheNodeNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Returns information about reserved cache nodes for this account, or about a specified reserved cache node.</p>"
},
"DescribeReservedCacheNodesOfferings":{
"name":"DescribeReservedCacheNodesOfferings",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeReservedCacheNodesOfferingsMessage"},
"output":{
"shape":"ReservedCacheNodesOfferingMessage",
"resultWrapper":"DescribeReservedCacheNodesOfferingsResult"
},
"errors":[
{"shape":"ReservedCacheNodesOfferingNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Lists available reserved cache node offerings.</p>"
},
"DescribeSnapshots":{
"name":"DescribeSnapshots",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeSnapshotsMessage"},
"output":{
"shape":"DescribeSnapshotsListMessage",
"resultWrapper":"DescribeSnapshotsResult"
},
"errors":[
{"shape":"CacheClusterNotFoundFault"},
{"shape":"SnapshotNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Returns information about cache cluster or replication group snapshots. By default, <code>DescribeSnapshots</code> lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.</p> <note> <p>This operation is valid for Redis only.</p> </note>"
},
"ListAllowedNodeTypeModifications":{
"name":"ListAllowedNodeTypeModifications",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListAllowedNodeTypeModificationsMessage"},
"output":{
"shape":"AllowedNodeTypeModificationsMessage",
"resultWrapper":"ListAllowedNodeTypeModificationsResult"
},
"errors":[
{"shape":"CacheClusterNotFoundFault"},
{"shape":"ReplicationGroupNotFoundFault"},
{"shape":"InvalidParameterCombinationException"},
{"shape":"InvalidParameterValueException"}
],
"documentation":"<p>Lists all available node types that you can scale your Redis cluster's or replication group's current node type up to.</p> <p>When you use the <code>ModifyCacheCluster</code> or <code>ModifyReplicationGroup</code> operations to scale up your cluster or replication group, the value of the <code>CacheNodeType</code> parameter must be one of the node types returned by this operation.</p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTagsForResourceMessage"},
"output":{
"shape":"TagListMessage",
"resultWrapper":"ListTagsForResourceResult"
},
"errors":[
{"shape":"CacheClusterNotFoundFault"},
{"shape":"SnapshotNotFoundFault"},
{"shape":"InvalidARNFault"}
],
"documentation":"<p>Lists all cost allocation tags currently on the named resource. A <code>cost allocation tag</code> is a key-value pair where the key is case-sensitive and the value is optional. You can use cost allocation tags to categorize and track your AWS costs.</p> <p>You can have a maximum of 10 cost allocation tags on an ElastiCache resource. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/BestPractices.html\">Using Cost Allocation Tags in Amazon ElastiCache</a>.</p>"
},
"ModifyCacheCluster":{
"name":"ModifyCacheCluster",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyCacheClusterMessage"},
"output":{
"shape":"ModifyCacheClusterResult",
"resultWrapper":"ModifyCacheClusterResult"
},
"errors":[
{"shape":"InvalidCacheClusterStateFault"},
{"shape":"InvalidCacheSecurityGroupStateFault"},
{"shape":"InsufficientCacheClusterCapacityFault"},
{"shape":"CacheClusterNotFoundFault"},
{"shape":"NodeQuotaForClusterExceededFault"},
{"shape":"NodeQuotaForCustomerExceededFault"},
{"shape":"CacheSecurityGroupNotFoundFault"},
{"shape":"CacheParameterGroupNotFoundFault"},
{"shape":"InvalidVPCNetworkStateFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Modifies the settings for a cache cluster. You can use this operation to change one or more cluster configuration parameters by specifying the parameters and the new values.</p>"
},
"ModifyCacheParameterGroup":{
"name":"ModifyCacheParameterGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyCacheParameterGroupMessage"},
"output":{
"shape":"CacheParameterGroupNameMessage",
"resultWrapper":"ModifyCacheParameterGroupResult"
},
"errors":[
{"shape":"CacheParameterGroupNotFoundFault"},
{"shape":"InvalidCacheParameterGroupStateFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.</p>"
},
"ModifyCacheSubnetGroup":{
"name":"ModifyCacheSubnetGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyCacheSubnetGroupMessage"},
"output":{
"shape":"ModifyCacheSubnetGroupResult",
"resultWrapper":"ModifyCacheSubnetGroupResult"
},
"errors":[
{"shape":"CacheSubnetGroupNotFoundFault"},
{"shape":"CacheSubnetQuotaExceededFault"},
{"shape":"SubnetInUse"},
{"shape":"InvalidSubnet"}
],
"documentation":"<p>Modifies an existing cache subnet group.</p>"
},
"ModifyReplicationGroup":{
"name":"ModifyReplicationGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyReplicationGroupMessage"},
"output":{
"shape":"ModifyReplicationGroupResult",
"resultWrapper":"ModifyReplicationGroupResult"
},
"errors":[
{"shape":"ReplicationGroupNotFoundFault"},
{"shape":"InvalidReplicationGroupStateFault"},
{"shape":"InvalidCacheClusterStateFault"},
{"shape":"InvalidCacheSecurityGroupStateFault"},
{"shape":"InsufficientCacheClusterCapacityFault"},
{"shape":"CacheClusterNotFoundFault"},
{"shape":"NodeQuotaForClusterExceededFault"},
{"shape":"NodeQuotaForCustomerExceededFault"},
{"shape":"CacheSecurityGroupNotFoundFault"},
{"shape":"CacheParameterGroupNotFoundFault"},
{"shape":"InvalidVPCNetworkStateFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Modifies the settings for a replication group.</p> <important> <p>Due to current limitations on Redis (cluster mode disabled), this operation or parameter is not supported on Redis (cluster mode enabled) replication groups.</p> </important> <note> <p>This operation is valid for Redis only.</p> </note>"
},
"PurchaseReservedCacheNodesOffering":{
"name":"PurchaseReservedCacheNodesOffering",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PurchaseReservedCacheNodesOfferingMessage"},
"output":{
"shape":"PurchaseReservedCacheNodesOfferingResult",
"resultWrapper":"PurchaseReservedCacheNodesOfferingResult"
},
"errors":[
{"shape":"ReservedCacheNodesOfferingNotFoundFault"},
{"shape":"ReservedCacheNodeAlreadyExistsFault"},
{"shape":"ReservedCacheNodeQuotaExceededFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Allows you to purchase a reserved cache node offering.</p>"
},
"RebootCacheCluster":{
"name":"RebootCacheCluster",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RebootCacheClusterMessage"},
"output":{
"shape":"RebootCacheClusterResult",
"resultWrapper":"RebootCacheClusterResult"
},
"errors":[
{"shape":"InvalidCacheClusterStateFault"},
{"shape":"CacheClusterNotFoundFault"}
],
"documentation":"<p>Reboots some, or all, of the cache nodes within a provisioned cache cluster. This operation applies any modified cache parameter groups to the cache cluster. The reboot operation takes place as soon as possible, and results in a momentary outage to the cache cluster. During the reboot, the cache cluster status is set to REBOOTING.</p> <p>The reboot causes the contents of the cache (for each cache node being rebooted) to be lost.</p> <p>When the reboot is complete, a cache cluster event is created.</p>"
},
"RemoveTagsFromResource":{
"name":"RemoveTagsFromResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RemoveTagsFromResourceMessage"},
"output":{
"shape":"TagListMessage",
"resultWrapper":"RemoveTagsFromResourceResult"
},
"errors":[
{"shape":"CacheClusterNotFoundFault"},
{"shape":"SnapshotNotFoundFault"},
{"shape":"InvalidARNFault"},
{"shape":"TagNotFoundFault"}
],
"documentation":"<p>Removes the tags identified by the <code>TagKeys</code> list from the named resource.</p>"
},
"ResetCacheParameterGroup":{
"name":"ResetCacheParameterGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ResetCacheParameterGroupMessage"},
"output":{
"shape":"CacheParameterGroupNameMessage",
"resultWrapper":"ResetCacheParameterGroupResult"
},
"errors":[
{"shape":"InvalidCacheParameterGroupStateFault"},
{"shape":"CacheParameterGroupNotFoundFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the <code>ResetAllParameters</code> and <code>CacheParameterGroupName</code> parameters.</p>"
},
"RevokeCacheSecurityGroupIngress":{
"name":"RevokeCacheSecurityGroupIngress",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RevokeCacheSecurityGroupIngressMessage"},
"output":{
"shape":"RevokeCacheSecurityGroupIngressResult",
"resultWrapper":"RevokeCacheSecurityGroupIngressResult"
},
"errors":[
{"shape":"CacheSecurityGroupNotFoundFault"},
{"shape":"AuthorizationNotFoundFault"},
{"shape":"InvalidCacheSecurityGroupStateFault"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidParameterCombinationException"}
],
"documentation":"<p>Revokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.</p>"
}
},
"shapes":{
"AZMode":{
"type":"string",
"enum":[
"single-az",
"cross-az"
]
},
"AddTagsToResourceMessage":{
"type":"structure",
"required":[
"ResourceName",
"Tags"
],
"members":{
"ResourceName":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example <code>arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster</code> or <code>arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot</code>.</p> <p>For more information about ARNs, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a>.</p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.</p>"
}
},
"documentation":"<p>Represents the input of an AddTagsToResource operation.</p>"
},
"AllowedNodeTypeModificationsMessage":{
"type":"structure",
"members":{
"ScaleUpModifications":{"shape":"NodeTypeList"}
}
},
"AuthorizationAlreadyExistsFault":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified Amazon EC2 security group is already authorized for the specified cache security group.</p>",
"error":{
"code":"AuthorizationAlreadyExists",
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"AuthorizationNotFoundFault":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified Amazon EC2 security group is not authorized for the specified cache security group.</p>",
"error":{
"code":"AuthorizationNotFound",
"httpStatusCode":404,
"senderFault":true
},
"exception":true
},
"AuthorizeCacheSecurityGroupIngressMessage":{
"type":"structure",
"required":[
"CacheSecurityGroupName",
"EC2SecurityGroupName",
"EC2SecurityGroupOwnerId"
],
"members":{
"CacheSecurityGroupName":{
"shape":"String",
"documentation":"<p>The cache security group that allows network ingress.</p>"
},
"EC2SecurityGroupName":{
"shape":"String",
"documentation":"<p>The Amazon EC2 security group to be authorized for ingress to the cache security group.</p>"
},
"EC2SecurityGroupOwnerId":{
"shape":"String",
"documentation":"<p>The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.</p>"
}
},
"documentation":"<p>Represents the input of an AuthorizeCacheSecurityGroupIngress operation.</p>"
},
"AuthorizeCacheSecurityGroupIngressResult":{
"type":"structure",
"members":{
"CacheSecurityGroup":{"shape":"CacheSecurityGroup"}
}
},
"AutomaticFailoverStatus":{
"type":"string",
"enum":[
"enabled",
"disabled",
"enabling",
"disabling"
]
},
"AvailabilityZone":{
"type":"structure",
"members":{
"Name":{
"shape":"String",
"documentation":"<p>The name of the Availability Zone.</p>"
}
},
"documentation":"<p>Describes an Availability Zone in which the cache cluster is launched.</p>",
"wrapper":true
},
"AvailabilityZonesList":{
"type":"list",
"member":{
"shape":"String",
"locationName":"AvailabilityZone"
}
},
"AwsQueryErrorMessage":{"type":"string"},
"Boolean":{"type":"boolean"},
"BooleanOptional":{"type":"boolean"},
"CacheCluster":{
"type":"structure",
"members":{
"CacheClusterId":{
"shape":"String",
"documentation":"<p>The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.</p>"
},
"ConfigurationEndpoint":{"shape":"Endpoint"},
"ClientDownloadLandingPage":{
"shape":"String",
"documentation":"<p>The URL of the web page where you can download the latest ElastiCache client library.</p>"
},
"CacheNodeType":{
"shape":"String",
"documentation":"<p>The name of the compute and memory capacity node type for the cache cluster.</p> <p>Valid node types are as follows:</p> <ul> <li> <p>General purpose:</p> <ul> <li> <p>Current generation: <code>cache.t2.micro</code>, <code>cache.t2.small</code>, <code>cache.t2.medium</code>, <code>cache.m3.medium</code>, <code>cache.m3.large</code>, <code>cache.m3.xlarge</code>, <code>cache.m3.2xlarge</code>, <code>cache.m4.large</code>, <code>cache.m4.xlarge</code>, <code>cache.m4.2xlarge</code>, <code>cache.m4.4xlarge</code>, <code>cache.m4.10xlarge</code> </p> </li> <li> <p>Previous generation: <code>cache.t1.micro</code>, <code>cache.m1.small</code>, <code>cache.m1.medium</code>, <code>cache.m1.large</code>, <code>cache.m1.xlarge</code> </p> </li> </ul> </li> <li> <p>Compute optimized: <code>cache.c1.xlarge</code> </p> </li> <li> <p>Memory optimized:</p> <ul> <li> <p>Current generation: <code>cache.r3.large</code>, <code>cache.r3.xlarge</code>, <code>cache.r3.2xlarge</code>, <code>cache.r3.4xlarge</code>, <code>cache.r3.8xlarge</code> </p> </li> <li> <p>Previous generation: <code>cache.m2.xlarge</code>, <code>cache.m2.2xlarge</code>, <code>cache.m2.4xlarge</code> </p> </li> </ul> </li> </ul> <p> <b>Notes:</b> </p> <ul> <li> <p>All T2 instances are created in an Amazon Virtual Private Cloud (Amazon VPC).</p> </li> <li> <p>Redis backup/restore is not supported for Redis (cluster mode disabled) T1 and T2 instances. Backup/restore is supported on Redis (cluster mode enabled) T2 instances.</p> </li> <li> <p>Redis Append-only files (AOF) functionality is not supported for T1 or T2 instances.</p> </li> </ul> <p>For a complete listing of node types and specifications, see <a href=\"http://aws.amazon.com/elasticache/details\">Amazon ElastiCache Product Features and Details</a> and either <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#ParameterGroups.Memcached.NodeSpecific\">Cache Node Type-Specific Parameters for Memcached</a> or <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#ParameterGroups.Redis.NodeSpecific\">Cache Node Type-Specific Parameters for Redis</a>.</p>"
},
"Engine":{
"shape":"String",
"documentation":"<p>The name of the cache engine (<code>memcached</code> or <code>redis</code>) to be used for this cache cluster.</p>"
},
"EngineVersion":{
"shape":"String",
"documentation":"<p>The version of the cache engine that is used in this cache cluster.</p>"
},
"CacheClusterStatus":{
"shape":"String",
"documentation":"<p>The current state of this cache cluster, one of the following values: <code>available</code>, <code>creating</code>, <code>deleted</code>, <code>deleting</code>, <code>incompatible-network</code>, <code>modifying</code>, <code>rebooting cache cluster nodes</code>, <code>restore-failed</code>, or <code>snapshotting</code>.</p>"
},
"NumCacheNodes":{
"shape":"IntegerOptional",
"documentation":"<p>The number of cache nodes in the cache cluster.</p> <p>For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.</p>"
},
"PreferredAvailabilityZone":{
"shape":"String",
"documentation":"<p>The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.</p>"
},
"CacheClusterCreateTime":{
"shape":"TStamp",
"documentation":"<p>The date and time when the cache cluster was created.</p>"
},
"PreferredMaintenanceWindow":{
"shape":"String",
"documentation":"<p>Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.</p> <p>Valid values for <code>ddd</code> are:</p> <ul> <li> <p> <code>sun</code> </p> </li> <li> <p> <code>mon</code> </p> </li> <li> <p> <code>tue</code> </p> </li> <li> <p> <code>wed</code> </p> </li> <li> <p> <code>thu</code> </p> </li> <li> <p> <code>fri</code> </p> </li> <li> <p> <code>sat</code> </p> </li> </ul> <p>Example: <code>sun:23:00-mon:01:30</code> </p>"
},
"PendingModifiedValues":{"shape":"PendingModifiedValues"},
"NotificationConfiguration":{"shape":"NotificationConfiguration"},
"CacheSecurityGroups":{
"shape":"CacheSecurityGroupMembershipList",
"documentation":"<p>A list of cache security group elements, composed of name and status sub-elements.</p>"
},
"CacheParameterGroup":{"shape":"CacheParameterGroupStatus"},
"CacheSubnetGroupName":{
"shape":"String",
"documentation":"<p>The name of the cache subnet group associated with the cache cluster.</p>"
},
"CacheNodes":{
"shape":"CacheNodeList",
"documentation":"<p>A list of cache nodes that are members of the cache cluster.</p>"
},
"AutoMinorVersionUpgrade":{
"shape":"Boolean",
"documentation":"<p>This parameter is currently disabled.</p>"
},
"SecurityGroups":{
"shape":"SecurityGroupMembershipList",
"documentation":"<p>A list of VPC Security Groups associated with the cache cluster.</p>"
},
"ReplicationGroupId":{
"shape":"String",
"documentation":"<p>The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.</p>"
},
"SnapshotRetentionLimit":{
"shape":"IntegerOptional",
"documentation":"<p>The number of days for which ElastiCache retains automatic cache cluster snapshots before deleting them. For example, if you set <code>SnapshotRetentionLimit</code> to 5, a snapshot that was taken today is retained for 5 days before being deleted.</p> <important> <p> If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.</p> </important>"
},
"SnapshotWindow":{
"shape":"String",
"documentation":"<p>The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cache cluster.</p> <p>Example: <code>05:00-09:00</code> </p>"
}
},
"documentation":"<p>Contains all of the attributes of a specific cache cluster.</p>",
"wrapper":true
},
"CacheClusterAlreadyExistsFault":{
"type":"structure",
"members":{
},
"documentation":"<p>You already have a cache cluster with the given identifier.</p>",
"error":{
"code":"CacheClusterAlreadyExists",
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"CacheClusterList":{
"type":"list",
"member":{
"shape":"CacheCluster",
"locationName":"CacheCluster"
}
},
"CacheClusterMessage":{
"type":"structure",
"members":{
"Marker":{
"shape":"String",
"documentation":"<p>Provides an identifier to allow retrieval of paginated results.</p>"
},
"CacheClusters":{
"shape":"CacheClusterList",
"documentation":"<p>A list of cache clusters. Each item in the list contains detailed information about one cache cluster.</p>"
}
},
"documentation":"<p>Represents the output of a <code>DescribeCacheClusters</code> operation.</p>"
},
"CacheClusterNotFoundFault":{
"type":"structure",
"members":{
},
"documentation":"<p>The requested cache cluster ID does not refer to an existing cache cluster.</p>",
"error":{
"code":"CacheClusterNotFound",
"httpStatusCode":404,
"senderFault":true
},
"exception":true
},
"CacheEngineVersion":{
"type":"structure",
"members":{
"Engine":{
"shape":"String",