openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 149 kB
JSON
{"openapi":"3.0.0","info":{"version":"2015-02-02","x-release":"v4","title":"Amazon ElastiCache","description":"<fullname>Amazon ElastiCache</fullname> <p>Amazon ElastiCache is a web service that makes it easier to set up, operate, and scale a distributed cache in the cloud.</p> <p>With ElastiCache, customers get all of the benefits of a high-performance, in-memory cache with less of the administrative burden involved in launching and managing a distributed cache. The service makes setup, scaling, and cluster failure handling much simpler than in a self-managed cache deployment.</p> <p>In addition, through integration with Amazon CloudWatch, customers get enhanced visibility into the key performance statistics associated with their cache and can receive alarms if a part of their cache runs hot.</p>","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"elasticache","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/elasticache-2015-02-02.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-direct":true}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://aws.amazon.com/elasticache/"},"x-hasEquivalentPaths":true,"security":[{"hmac":[]}],"paths":{"/":{"post":{"operationId":"AddTagsToResource","description":"<p>Adds up to 50 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/red-ug/Tagging.html\">Using Cost Allocation Tags in Amazon ElastiCache</a> in the <i>ElastiCache User Guide</i>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TagListMessage"}}}},"480":{"description":"CacheClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheClusterNotFoundFault"}}}},"481":{"description":"SnapshotNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotNotFoundFault"}}}},"482":{"description":"TagQuotaPerResourceExceeded","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TagQuotaPerResourceExceeded"}}}},"483":{"description":"InvalidARNFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidARNFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddTagsToResourceMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#AuthorizeCacheSecurityGroupIngress":{"post":{"operationId":"AuthorizeCacheSecurityGroupIngress","description":"<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>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AuthorizeCacheSecurityGroupIngressResult"}}}},"480":{"description":"CacheSecurityGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSecurityGroupNotFoundFault"}}}},"481":{"description":"InvalidCacheSecurityGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidCacheSecurityGroupStateFault"}}}},"482":{"description":"AuthorizationAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AuthorizationAlreadyExistsFault"}}}},"483":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"484":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizeCacheSecurityGroupIngressMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CopySnapshot":{"post":{"operationId":"CopySnapshot","description":"<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/red-ug/Snapshots.Exporting.html\">Exporting Snapshots</a> and <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/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/red-ug/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/red-ug/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/red-ug/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/red-ug/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/red-ug/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/red-ug/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>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CopySnapshotResult"}}}},"480":{"description":"SnapshotAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotAlreadyExistsFault"}}}},"481":{"description":"SnapshotNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotNotFoundFault"}}}},"482":{"description":"SnapshotQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotQuotaExceededFault"}}}},"483":{"description":"InvalidSnapshotStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidSnapshotStateFault"}}}},"484":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"485":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CopySnapshotMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CreateCacheCluster":{"post":{"operationId":"CreateCacheCluster","description":"<p>Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis.</p> <p>This operation is not supported for Redis (cluster mode enabled) clusters.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateCacheClusterResult"}}}},"480":{"description":"ReplicationGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplicationGroupNotFoundFault"}}}},"481":{"description":"InvalidReplicationGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidReplicationGroupStateFault"}}}},"482":{"description":"CacheClusterAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheClusterAlreadyExistsFault"}}}},"483":{"description":"InsufficientCacheClusterCapacityFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InsufficientCacheClusterCapacityFault"}}}},"484":{"description":"CacheSecurityGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSecurityGroupNotFoundFault"}}}},"485":{"description":"CacheSubnetGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSubnetGroupNotFoundFault"}}}},"486":{"description":"ClusterQuotaForCustomerExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ClusterQuotaForCustomerExceededFault"}}}},"487":{"description":"NodeQuotaForClusterExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NodeQuotaForClusterExceededFault"}}}},"488":{"description":"NodeQuotaForCustomerExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NodeQuotaForCustomerExceededFault"}}}},"489":{"description":"CacheParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheParameterGroupNotFoundFault"}}}},"490":{"description":"InvalidVPCNetworkStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidVPCNetworkStateFault"}}}},"491":{"description":"TagQuotaPerResourceExceeded","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TagQuotaPerResourceExceeded"}}}},"492":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"493":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateCacheClusterMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CreateCacheParameterGroup":{"post":{"operationId":"CreateCacheParameterGroup","description":"<p>Creates a new Amazon ElastiCache cache parameter group. An ElastiCache cache parameter group is a collection of parameters and their values that are applied to all of the nodes in any cluster or replication group using the CacheParameterGroup.</p> <p>A newly created CacheParameterGroup is an exact duplicate of the default parameter group for the CacheParameterGroupFamily. To customize the newly created CacheParameterGroup you can change the values of specific parameters. For more information, see:</p> <ul> <li> <p> <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyCacheParameterGroup.html\">ModifyCacheParameterGroup</a> in the ElastiCache API Reference.</p> </li> <li> <p> <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ParameterGroups.html\">Parameters and Parameter Groups</a> in the ElastiCache User Guide.</p> </li> </ul>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateCacheParameterGroupResult"}}}},"480":{"description":"CacheParameterGroupQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheParameterGroupQuotaExceededFault"}}}},"481":{"description":"CacheParameterGroupAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheParameterGroupAlreadyExistsFault"}}}},"482":{"description":"InvalidCacheParameterGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidCacheParameterGroupStateFault"}}}},"483":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"484":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateCacheParameterGroupMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CreateCacheSecurityGroup":{"post":{"operationId":"CreateCacheSecurityGroup","description":"<p>Creates a new cache security group. Use a cache security group to control access to one or more clusters.</p> <p>Cache security groups are only used when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC). If you are creating a 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>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateCacheSecurityGroupResult"}}}},"480":{"description":"CacheSecurityGroupAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSecurityGroupAlreadyExistsFault"}}}},"481":{"description":"CacheSecurityGroupQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSecurityGroupQuotaExceededFault"}}}},"482":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"483":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateCacheSecurityGroupMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CreateCacheSubnetGroup":{"post":{"operationId":"CreateCacheSubnetGroup","description":"<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>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateCacheSubnetGroupResult"}}}},"480":{"description":"CacheSubnetGroupAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSubnetGroupAlreadyExistsFault"}}}},"481":{"description":"CacheSubnetGroupQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSubnetGroupQuotaExceededFault"}}}},"482":{"description":"CacheSubnetQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSubnetQuotaExceededFault"}}}},"483":{"description":"InvalidSubnet","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidSubnet"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateCacheSubnetGroupMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CreateReplicationGroup":{"post":{"operationId":"CreateReplicationGroup","description":"<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 clusters, where one of the 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. However, if you need to increase or decrease the number of node groups (console: shards), you can avail yourself of ElastiCache for Redis' enhanced backup and restore. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-restoring.html\">Restoring From a Backup with Cluster Resizing</a> in the <i>ElastiCache User Guide</i>.</p> <note> <p>This operation is valid for Redis only.</p> </note>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateReplicationGroupResult"}}}},"480":{"description":"CacheClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheClusterNotFoundFault"}}}},"481":{"description":"InvalidCacheClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidCacheClusterStateFault"}}}},"482":{"description":"ReplicationGroupAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplicationGroupAlreadyExistsFault"}}}},"483":{"description":"InsufficientCacheClusterCapacityFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InsufficientCacheClusterCapacityFault"}}}},"484":{"description":"CacheSecurityGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSecurityGroupNotFoundFault"}}}},"485":{"description":"CacheSubnetGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSubnetGroupNotFoundFault"}}}},"486":{"description":"ClusterQuotaForCustomerExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ClusterQuotaForCustomerExceededFault"}}}},"487":{"description":"NodeQuotaForClusterExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NodeQuotaForClusterExceededFault"}}}},"488":{"description":"NodeQuotaForCustomerExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NodeQuotaForCustomerExceededFault"}}}},"489":{"description":"CacheParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheParameterGroupNotFoundFault"}}}},"490":{"description":"InvalidVPCNetworkStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidVPCNetworkStateFault"}}}},"491":{"description":"TagQuotaPerResourceExceeded","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TagQuotaPerResourceExceeded"}}}},"492":{"description":"NodeGroupsPerReplicationGroupQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NodeGroupsPerReplicationGroupQuotaExceededFault"}}}},"493":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"494":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateReplicationGroupMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CreateSnapshot":{"post":{"operationId":"CreateSnapshot","description":"<p>Creates a copy of an entire cluster or replication group at a specific moment in time.</p> <note> <p>This operation is valid for Redis only.</p> </note>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateSnapshotResult"}}}},"480":{"description":"SnapshotAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotAlreadyExistsFault"}}}},"481":{"description":"CacheClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheClusterNotFoundFault"}}}},"482":{"description":"ReplicationGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplicationGroupNotFoundFault"}}}},"483":{"description":"InvalidCacheClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidCacheClusterStateFault"}}}},"484":{"description":"InvalidReplicationGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidReplicationGroupStateFault"}}}},"485":{"description":"SnapshotQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotQuotaExceededFault"}}}},"486":{"description":"SnapshotFeatureNotSupportedFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotFeatureNotSupportedFault"}}}},"487":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}},"488":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateSnapshotMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DecreaseReplicaCount":{"post":{"operationId":"DecreaseReplicaCount","description":"Dynamically decreases the number of replics in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DecreaseReplicaCountResult"}}}},"480":{"description":"ReplicationGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplicationGroupNotFoundFault"}}}},"481":{"description":"InvalidReplicationGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidReplicationGroupStateFault"}}}},"482":{"description":"InvalidCacheClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidCacheClusterStateFault"}}}},"483":{"description":"InvalidVPCNetworkStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidVPCNetworkStateFault"}}}},"484":{"description":"InsufficientCacheClusterCapacityFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InsufficientCacheClusterCapacityFault"}}}},"485":{"description":"ClusterQuotaForCustomerExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ClusterQuotaForCustomerExceededFault"}}}},"486":{"description":"NodeGroupsPerReplicationGroupQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NodeGroupsPerReplicationGroupQuotaExceededFault"}}}},"487":{"description":"NodeQuotaForCustomerExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NodeQuotaForCustomerExceededFault"}}}},"488":{"description":"ServiceLinkedRoleNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ServiceLinkedRoleNotFoundFault"}}}},"489":{"description":"NoOperationFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NoOperationFault"}}}},"490":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"491":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DecreaseReplicaCountMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteCacheCluster":{"post":{"operationId":"DeleteCacheCluster","description":"<p>Deletes a previously provisioned cluster. <code>DeleteCacheCluster</code> deletes all associated cache nodes, node endpoints and the cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cluster; you cannot cancel or revert this operation.</p> <p>This operation cannot be used to delete a cluster that is the last read replica of a replication group or node group (shard) that has Multi-AZ mode enabled or a cluster from a Redis (cluster mode enabled) replication group.</p> <p>This operation is not valid for Redis (cluster mode enabled) clusters.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DeleteCacheClusterResult"}}}},"480":{"description":"CacheClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheClusterNotFoundFault"}}}},"481":{"description":"InvalidCacheClusterStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidCacheClusterStateFault"}}}},"482":{"description":"SnapshotAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotAlreadyExistsFault"}}}},"483":{"description":"SnapshotFeatureNotSupportedFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotFeatureNotSupportedFault"}}}},"484":{"description":"SnapshotQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotQuotaExceededFault"}}}},"485":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"486":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteCacheClusterMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteCacheParameterGroup":{"post":{"operationId":"DeleteCacheParameterGroup","description":"Deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.","responses":{"200":{"description":"Success"},"480":{"description":"InvalidCacheParameterGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidCacheParameterGroupStateFault"}}}},"481":{"description":"CacheParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheParameterGroupNotFoundFault"}}}},"482":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"483":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteCacheParameterGroupMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteCacheSecurityGroup":{"post":{"operationId":"DeleteCacheSecurityGroup","description":"<p>Deletes a cache security group.</p> <note> <p>You cannot delete a cache security group if it is associated with any clusters.</p> </note>","responses":{"200":{"description":"Success"},"480":{"description":"InvalidCacheSecurityGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidCacheSecurityGroupStateFault"}}}},"481":{"description":"CacheSecurityGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSecurityGroupNotFoundFault"}}}},"482":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"483":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteCacheSecurityGroupMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteCacheSubnetGroup":{"post":{"operationId":"DeleteCacheSubnetGroup","description":"<p>Deletes a cache subnet group.</p> <note> <p>You cannot delete a cache subnet group if it is associated with any clusters.</p> </note>","responses":{"200":{"description":"Success"},"480":{"description":"CacheSubnetGroupInUse","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSubnetGroupInUse"}}}},"481":{"description":"CacheSubnetGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSubnetGroupNotFoundFault"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteCacheSubnetGroupMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteReplicationGroup":{"post":{"operationId":"DeleteReplicationGroup","description":"<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>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DeleteReplicationGroupResult"}}}},"480":{"description":"ReplicationGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReplicationGroupNotFoundFault"}}}},"481":{"description":"InvalidReplicationGroupStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidReplicationGroupStateFault"}}}},"482":{"description":"SnapshotAlreadyExistsFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotAlreadyExistsFault"}}}},"483":{"description":"SnapshotFeatureNotSupportedFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotFeatureNotSupportedFault"}}}},"484":{"description":"SnapshotQuotaExceededFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotQuotaExceededFault"}}}},"485":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"486":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteReplicationGroupMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteSnapshot":{"post":{"operationId":"DeleteSnapshot","description":"<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>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DeleteSnapshotResult"}}}},"480":{"description":"SnapshotNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SnapshotNotFoundFault"}}}},"481":{"description":"InvalidSnapshotStateFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidSnapshotStateFault"}}}},"482":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"483":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteSnapshotMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeCacheClusters":{"post":{"operationId":"DescribeCacheClusters","description":"<p>Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied.</p> <p>By default, abbreviated information about the clusters is returned. You can use the optional <i>ShowCacheNodeInfo</i> flag to retrieve detailed information about the cache nodes associated with the clusters. These details include the DNS address and port for the cache node endpoint.</p> <p>If the cluster is in the <i>creating</i> state, only cluster-level information is displayed until all of the nodes are successfully provisioned.</p> <p>If the cluster is in the <i>deleting</i> state, only cluster-level information is displayed.</p> <p>If cache nodes are currently being added to the cluster, node endpoint information and creation time for the additional nodes are not displayed until they are completely provisioned. When the cluster state is <i>available</i>, the cluster is ready for use.</p> <p>If cache nodes are currently being removed from the cluster, no endpoint information for the removed nodes is displayed.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheClusterMessage"}}}},"480":{"description":"CacheClusterNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheClusterNotFoundFault"}}}},"481":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"482":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeCacheClustersMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeCacheEngineVersions":{"post":{"operationId":"DescribeCacheEngineVersions","description":"Returns a list of the available cache engines and their versions.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheEngineVersionMessage"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeCacheEngineVersionsMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeCacheParameterGroups":{"post":{"operationId":"DescribeCacheParameterGroups","description":"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.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheParameterGroupsMessage"}}}},"480":{"description":"CacheParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheParameterGroupNotFoundFault"}}}},"481":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"482":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeCacheParameterGroupsMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeCacheParameters":{"post":{"operationId":"DescribeCacheParameters","description":"Returns the detailed parameter list for a particular cache parameter group.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheParameterGroupDetails"}}}},"480":{"description":"CacheParameterGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheParameterGroupNotFoundFault"}}}},"481":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"482":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeCacheParametersMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeCacheSecurityGroups":{"post":{"operationId":"DescribeCacheSecurityGroups","description":"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.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSecurityGroupMessage"}}}},"480":{"description":"CacheSecurityGroupNotFoundFault","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CacheSecurityGroupNotFoundFault"}}}},"481":{"description":"InvalidParameterValueException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterValueException"}}}},"482":{"description":"InvalidParameterCombinationException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidParameterCombinationException"}}}}},"parameters":[{"name":"MaxRecords","in":"query","description":"Pagination limit","required":false,"schema":{"type":"string"}},{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeCacheSecurityGroupsMessage"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeCacheSubnetGroups":{"post":{"operationId":"DescribeCacheSubnetGroups","description":"Returns a list of cache subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group.","responses":{"20