models.elasticache-2015-02-02-intermediate.json Maven / Gradle / Ivy
Show all versions of elasticache Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "describeCacheSecurityGroups", "listAllowedNodeTypeModifications" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "describeCacheClusters", "describeCacheEngineVersions", "describeCacheParameterGroups", "describeCacheSubnetGroups", "describeEvents", "describeReplicationGroups", "describeReservedCacheNodes", "describeReservedCacheNodesOfferings", "describeSnapshots" ]
},
"metadata" : {
"apiVersion" : "2015-02-02",
"asyncBuilder" : "DefaultElastiCacheAsyncClientBuilder",
"asyncBuilderInterface" : "ElastiCacheAsyncClientBuilder",
"asyncClient" : "DefaultElastiCacheAsyncClient",
"asyncInterface" : "ElastiCacheAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultElastiCacheBaseClientBuilder",
"baseBuilderInterface" : "ElastiCacheBaseClientBuilder",
"baseExceptionName" : "ElastiCacheException",
"baseRequestName" : "ElastiCacheRequest",
"baseResponseName" : "ElastiCacheResponse",
"cborProtocol" : false,
"clientPackageName" : "elasticache",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon ElastiCache",
"documentation" : "Amazon ElastiCache Amazon ElastiCache is a web service that makes it easier to set up, operate, and scale a distributed cache in the cloud.
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.
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.
",
"endpointPrefix" : "elasticache",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.elasticache",
"fullModelPackageName" : "software.amazon.awssdk.services.elasticache.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.elasticache.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.elasticache.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.elasticache.transform",
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"modelPackageName" : "elasticache.model",
"paginatorsPackageName" : "elasticache.paginators",
"protocol" : "query",
"requestTransformPackageName" : "elasticache.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "ElastiCache",
"serviceName" : "ElastiCache",
"signingName" : "elasticache",
"syncBuilder" : "DefaultElastiCacheClientBuilder",
"syncBuilderInterface" : "ElastiCacheClientBuilder",
"syncClient" : "DefaultElastiCacheClient",
"syncInterface" : "ElastiCacheClient",
"transformPackageName" : "elasticache.transform",
"uid" : "elasticache-2015-02-02",
"xmlProtocol" : true
},
"operations" : {
"AddTagsToResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "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.
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 Using Cost Allocation Tags in Amazon ElastiCache in the ElastiCache User Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "SnapshotNotFoundException",
"documentation" : "The requested snapshot name does not refer to an existing snapshot.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "TagQuotaPerResourceExceededException",
"documentation" : "The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidArnException",
"documentation" : "The requested Amazon Resource Name (ARN) does not refer to an existing resource.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddTagsToResourceRequest",
"variableName" : "addTagsToResourceRequest",
"variableType" : "AddTagsToResourceRequest",
"documentation" : "Represents the input of an AddTagsToResource operation.
",
"simpleType" : "AddTagsToResourceRequest",
"variableSetterType" : "AddTagsToResourceRequest"
},
"methodName" : "addTagsToResource",
"operationName" : "AddTagsToResource",
"paginated" : false,
"returnType" : {
"returnType" : "AddTagsToResourceResponse",
"documentation" : "Represents the output from the AddTagsToResource
, ListTagsForResource
, and RemoveTagsFromResource
operations.
"
},
"syncReturnType" : "AddTagsToResourceResponse"
},
"AuthorizeCacheSecurityGroupIngress" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "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.
You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheSecurityGroupNotFoundException",
"documentation" : "The requested cache security group name does not refer to an existing cache security group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidCacheSecurityGroupStateException",
"documentation" : "The current state of the cache security group does not allow deletion.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AuthorizationAlreadyExistsException",
"documentation" : "The specified Amazon EC2 security group is already authorized for the specified cache security group.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AuthorizeCacheSecurityGroupIngressRequest",
"variableName" : "authorizeCacheSecurityGroupIngressRequest",
"variableType" : "AuthorizeCacheSecurityGroupIngressRequest",
"documentation" : "Represents the input of an AuthorizeCacheSecurityGroupIngress operation.
",
"simpleType" : "AuthorizeCacheSecurityGroupIngressRequest",
"variableSetterType" : "AuthorizeCacheSecurityGroupIngressRequest"
},
"methodName" : "authorizeCacheSecurityGroupIngress",
"operationName" : "AuthorizeCacheSecurityGroupIngress",
"paginated" : false,
"returnType" : {
"returnType" : "AuthorizeCacheSecurityGroupIngressResponse",
"documentation" : "Represents the output of one of the following operations:
-
AuthorizeCacheSecurityGroupIngress
-
CreateCacheSecurityGroup
-
RevokeCacheSecurityGroupIngress
"
},
"syncReturnType" : "AuthorizeCacheSecurityGroupIngressResponse"
},
"BatchApplyUpdateAction" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Apply the service update. For more information on service updates and applying them, see Applying Service Updates.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ServiceUpdateNotFoundException",
"documentation" : "The service update doesn't exist
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchApplyUpdateActionRequest",
"variableName" : "batchApplyUpdateActionRequest",
"variableType" : "BatchApplyUpdateActionRequest",
"documentation" : "",
"simpleType" : "BatchApplyUpdateActionRequest",
"variableSetterType" : "BatchApplyUpdateActionRequest"
},
"methodName" : "batchApplyUpdateAction",
"operationName" : "BatchApplyUpdateAction",
"paginated" : false,
"returnType" : {
"returnType" : "BatchApplyUpdateActionResponse",
"documentation" : null
},
"syncReturnType" : "BatchApplyUpdateActionResponse"
},
"BatchStopUpdateAction" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Stop the service update. For more information on service updates and stopping them, see Stopping Service Updates.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ServiceUpdateNotFoundException",
"documentation" : "The service update doesn't exist
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchStopUpdateActionRequest",
"variableName" : "batchStopUpdateActionRequest",
"variableType" : "BatchStopUpdateActionRequest",
"documentation" : "",
"simpleType" : "BatchStopUpdateActionRequest",
"variableSetterType" : "BatchStopUpdateActionRequest"
},
"methodName" : "batchStopUpdateAction",
"operationName" : "BatchStopUpdateAction",
"paginated" : false,
"returnType" : {
"returnType" : "BatchStopUpdateActionResponse",
"documentation" : null
},
"syncReturnType" : "BatchStopUpdateActionResponse"
},
"CopySnapshot" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Makes a copy of an existing snapshot.
This operation is valid for Redis only.
Users or groups that have permissions to use the CopySnapshot
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 CopySnapshot
operation. For more information about using IAM to control the use of ElastiCache operations, see Exporting Snapshots and Authentication & Access Control.
You could receive the following error messages.
Error Messages
-
Error Message: The S3 bucket %s is outside of the region.
Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide.
-
Error Message: The S3 bucket %s does not exist.
Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide.
-
Error Message: The S3 bucket %s is not owned by the authenticated user.
Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide.
-
Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.
Solution: Contact your system administrator to get the needed permissions.
-
Error Message: The S3 bucket %s already contains an object with key %s.
Solution: Give the TargetSnapshotName
a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName
.
-
Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.
Solution: Add List and Read permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide.
-
Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.
Solution: Add Upload/Delete permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide.
-
Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.
Solution: Add View Permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "SnapshotAlreadyExistsException",
"documentation" : "You already have a snapshot with the given name.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "SnapshotNotFoundException",
"documentation" : "The requested snapshot name does not refer to an existing snapshot.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "SnapshotQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the maximum number of snapshots.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidSnapshotStateException",
"documentation" : "The current state of the snapshot does not allow the requested operation to occur.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CopySnapshotRequest",
"variableName" : "copySnapshotRequest",
"variableType" : "CopySnapshotRequest",
"documentation" : "Represents the input of a CopySnapshotMessage
operation.
",
"simpleType" : "CopySnapshotRequest",
"variableSetterType" : "CopySnapshotRequest"
},
"methodName" : "copySnapshot",
"operationName" : "CopySnapshot",
"paginated" : false,
"returnType" : {
"returnType" : "CopySnapshotResponse",
"documentation" : "Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.
"
},
"syncReturnType" : "CopySnapshotResponse"
},
"CreateCacheCluster" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis.
This operation is not supported for Redis (cluster mode enabled) clusters.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ReplicationGroupNotFoundException",
"documentation" : "The specified replication group does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidReplicationGroupStateException",
"documentation" : "The requested replication group is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheClusterAlreadyExistsException",
"documentation" : "You already have a cluster with the given identifier.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InsufficientCacheClusterCapacityException",
"documentation" : "The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheSecurityGroupNotFoundException",
"documentation" : "The requested cache security group name does not refer to an existing cache security group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "CacheSubnetGroupNotFoundException",
"documentation" : "The requested cache subnet group name does not refer to an existing cache subnet group.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClusterQuotaForCustomerExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of clusters per customer.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeQuotaForClusterExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeQuotaForCustomerExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache nodes per customer.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheParameterGroupNotFoundException",
"documentation" : "The requested cache parameter group name does not refer to an existing cache parameter group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidVpcNetworkStateException",
"documentation" : "The VPC network is in an invalid state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "TagQuotaPerResourceExceededException",
"documentation" : "The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateCacheClusterRequest",
"variableName" : "createCacheClusterRequest",
"variableType" : "CreateCacheClusterRequest",
"documentation" : "Represents the input of a CreateCacheCluster operation.
",
"simpleType" : "CreateCacheClusterRequest",
"variableSetterType" : "CreateCacheClusterRequest"
},
"methodName" : "createCacheCluster",
"operationName" : "CreateCacheCluster",
"paginated" : false,
"returnType" : {
"returnType" : "CreateCacheClusterResponse",
"documentation" : "Contains all of the attributes of a specific cluster.
"
},
"syncReturnType" : "CreateCacheClusterResponse"
},
"CreateCacheParameterGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "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.
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:
-
ModifyCacheParameterGroup in the ElastiCache API Reference.
-
Parameters and Parameter Groups in the ElastiCache User Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheParameterGroupQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the maximum number of cache security groups.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheParameterGroupAlreadyExistsException",
"documentation" : "A cache parameter group with the requested name already exists.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidCacheParameterGroupStateException",
"documentation" : "The current state of the cache parameter group does not allow the requested operation to occur.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateCacheParameterGroupRequest",
"variableName" : "createCacheParameterGroupRequest",
"variableType" : "CreateCacheParameterGroupRequest",
"documentation" : "Represents the input of a CreateCacheParameterGroup
operation.
",
"simpleType" : "CreateCacheParameterGroupRequest",
"variableSetterType" : "CreateCacheParameterGroupRequest"
},
"methodName" : "createCacheParameterGroup",
"operationName" : "CreateCacheParameterGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateCacheParameterGroupResponse",
"documentation" : "Represents the output of a CreateCacheParameterGroup
operation.
"
},
"syncReturnType" : "CreateCacheParameterGroupResponse"
},
"CreateCacheSecurityGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new cache security group. Use a cache security group to control access to one or more clusters.
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 CreateCacheSubnetGroup.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheSecurityGroupAlreadyExistsException",
"documentation" : "A cache security group with the specified name already exists.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheSecurityGroupQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache security groups.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateCacheSecurityGroupRequest",
"variableName" : "createCacheSecurityGroupRequest",
"variableType" : "CreateCacheSecurityGroupRequest",
"documentation" : "Represents the input of a CreateCacheSecurityGroup
operation.
",
"simpleType" : "CreateCacheSecurityGroupRequest",
"variableSetterType" : "CreateCacheSecurityGroupRequest"
},
"methodName" : "createCacheSecurityGroup",
"operationName" : "CreateCacheSecurityGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateCacheSecurityGroupResponse",
"documentation" : "Represents the output of one of the following operations:
-
AuthorizeCacheSecurityGroupIngress
-
CreateCacheSecurityGroup
-
RevokeCacheSecurityGroupIngress
"
},
"syncReturnType" : "CreateCacheSecurityGroupResponse"
},
"CreateCacheSubnetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new cache subnet group.
Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheSubnetGroupAlreadyExistsException",
"documentation" : "The requested cache subnet group name is already in use by an existing cache subnet group.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheSubnetGroupQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache subnet groups.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheSubnetQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "An invalid subnet identifier was specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateCacheSubnetGroupRequest",
"variableName" : "createCacheSubnetGroupRequest",
"variableType" : "CreateCacheSubnetGroupRequest",
"documentation" : "Represents the input of a CreateCacheSubnetGroup
operation.
",
"simpleType" : "CreateCacheSubnetGroupRequest",
"variableSetterType" : "CreateCacheSubnetGroupRequest"
},
"methodName" : "createCacheSubnetGroup",
"operationName" : "CreateCacheSubnetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateCacheSubnetGroupResponse",
"documentation" : "Represents the output of one of the following operations:
-
CreateCacheSubnetGroup
-
ModifyCacheSubnetGroup
"
},
"syncReturnType" : "CreateCacheSubnetGroupResponse"
},
"CreateReplicationGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group.
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.
A Redis (cluster mode enabled) replication group is a collection of 1 to 90 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).
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 Restoring From a Backup with Cluster Resizing in the ElastiCache User Guide.
This operation is valid for Redis only.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidCacheClusterStateException",
"documentation" : "The requested cluster is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ReplicationGroupAlreadyExistsException",
"documentation" : "The specified replication group already exists.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InsufficientCacheClusterCapacityException",
"documentation" : "The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheSecurityGroupNotFoundException",
"documentation" : "The requested cache security group name does not refer to an existing cache security group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "CacheSubnetGroupNotFoundException",
"documentation" : "The requested cache subnet group name does not refer to an existing cache subnet group.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClusterQuotaForCustomerExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of clusters per customer.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeQuotaForClusterExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeQuotaForCustomerExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache nodes per customer.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheParameterGroupNotFoundException",
"documentation" : "The requested cache parameter group name does not refer to an existing cache parameter group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidVpcNetworkStateException",
"documentation" : "The VPC network is in an invalid state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "TagQuotaPerResourceExceededException",
"documentation" : "The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeGroupsPerReplicationGroupQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the maximum allowed number of node groups (shards) in a single replication group. The default maximum is 90
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReplicationGroupRequest",
"variableName" : "createReplicationGroupRequest",
"variableType" : "CreateReplicationGroupRequest",
"documentation" : "Represents the input of a CreateReplicationGroup
operation.
",
"simpleType" : "CreateReplicationGroupRequest",
"variableSetterType" : "CreateReplicationGroupRequest"
},
"methodName" : "createReplicationGroup",
"operationName" : "CreateReplicationGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateReplicationGroupResponse",
"documentation" : "Contains all of the attributes of a specific Redis replication group.
"
},
"syncReturnType" : "CreateReplicationGroupResponse"
},
"CreateSnapshot" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a copy of an entire cluster or replication group at a specific moment in time.
This operation is valid for Redis only.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "SnapshotAlreadyExistsException",
"documentation" : "You already have a snapshot with the given name.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ReplicationGroupNotFoundException",
"documentation" : "The specified replication group does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidCacheClusterStateException",
"documentation" : "The requested cluster is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidReplicationGroupStateException",
"documentation" : "The requested replication group is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "SnapshotQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the maximum number of snapshots.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "SnapshotFeatureNotSupportedException",
"documentation" : "You attempted one of the following operations:
-
Creating a snapshot of a Redis cluster running on a cache.t1.micro
cache node.
-
Creating a snapshot of a cluster that is running Memcached rather than Redis.
Neither of these are supported by ElastiCache.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSnapshotRequest",
"variableName" : "createSnapshotRequest",
"variableType" : "CreateSnapshotRequest",
"documentation" : "Represents the input of a CreateSnapshot
operation.
",
"simpleType" : "CreateSnapshotRequest",
"variableSetterType" : "CreateSnapshotRequest"
},
"methodName" : "createSnapshot",
"operationName" : "CreateSnapshot",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSnapshotResponse",
"documentation" : "Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.
"
},
"syncReturnType" : "CreateSnapshotResponse"
},
"DecreaseReplicaCount" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ReplicationGroupNotFoundException",
"documentation" : "The specified replication group does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidReplicationGroupStateException",
"documentation" : "The requested replication group is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidCacheClusterStateException",
"documentation" : "The requested cluster is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidVpcNetworkStateException",
"documentation" : "The VPC network is in an invalid state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InsufficientCacheClusterCapacityException",
"documentation" : "The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClusterQuotaForCustomerExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of clusters per customer.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeGroupsPerReplicationGroupQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the maximum allowed number of node groups (shards) in a single replication group. The default maximum is 90
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeQuotaForCustomerExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache nodes per customer.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ServiceLinkedRoleNotFoundException",
"documentation" : "The specified service linked role (SLR) was not found.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NoOperationException",
"documentation" : "The operation was not performed because no changes were required.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DecreaseReplicaCountRequest",
"variableName" : "decreaseReplicaCountRequest",
"variableType" : "DecreaseReplicaCountRequest",
"documentation" : "",
"simpleType" : "DecreaseReplicaCountRequest",
"variableSetterType" : "DecreaseReplicaCountRequest"
},
"methodName" : "decreaseReplicaCount",
"operationName" : "DecreaseReplicaCount",
"paginated" : false,
"returnType" : {
"returnType" : "DecreaseReplicaCountResponse",
"documentation" : "Contains all of the attributes of a specific Redis replication group.
"
},
"syncReturnType" : "DecreaseReplicaCountResponse"
},
"DeleteCacheCluster" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a previously provisioned cluster. DeleteCacheCluster
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.
This operation is not valid for:
-
Redis (cluster mode enabled) clusters
-
A cluster that is the last read replica of a replication group
-
A node group (shard) that has Multi-AZ mode enabled
-
A cluster from a Redis (cluster mode enabled) replication group
-
A cluster that is not in the available
state
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidCacheClusterStateException",
"documentation" : "The requested cluster is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "SnapshotAlreadyExistsException",
"documentation" : "You already have a snapshot with the given name.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "SnapshotFeatureNotSupportedException",
"documentation" : "You attempted one of the following operations:
-
Creating a snapshot of a Redis cluster running on a cache.t1.micro
cache node.
-
Creating a snapshot of a cluster that is running Memcached rather than Redis.
Neither of these are supported by ElastiCache.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "SnapshotQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the maximum number of snapshots.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteCacheClusterRequest",
"variableName" : "deleteCacheClusterRequest",
"variableType" : "DeleteCacheClusterRequest",
"documentation" : "Represents the input of a DeleteCacheCluster
operation.
",
"simpleType" : "DeleteCacheClusterRequest",
"variableSetterType" : "DeleteCacheClusterRequest"
},
"methodName" : "deleteCacheCluster",
"operationName" : "DeleteCacheCluster",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteCacheClusterResponse",
"documentation" : "Contains all of the attributes of a specific cluster.
"
},
"syncReturnType" : "DeleteCacheClusterResponse"
},
"DeleteCacheParameterGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidCacheParameterGroupStateException",
"documentation" : "The current state of the cache parameter group does not allow the requested operation to occur.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheParameterGroupNotFoundException",
"documentation" : "The requested cache parameter group name does not refer to an existing cache parameter group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteCacheParameterGroupRequest",
"variableName" : "deleteCacheParameterGroupRequest",
"variableType" : "DeleteCacheParameterGroupRequest",
"documentation" : "Represents the input of a DeleteCacheParameterGroup
operation.
",
"simpleType" : "DeleteCacheParameterGroupRequest",
"variableSetterType" : "DeleteCacheParameterGroupRequest"
},
"methodName" : "deleteCacheParameterGroup",
"operationName" : "DeleteCacheParameterGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteCacheParameterGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteCacheParameterGroupResponse"
},
"DeleteCacheSecurityGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a cache security group.
You cannot delete a cache security group if it is associated with any clusters.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidCacheSecurityGroupStateException",
"documentation" : "The current state of the cache security group does not allow deletion.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheSecurityGroupNotFoundException",
"documentation" : "The requested cache security group name does not refer to an existing cache security group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteCacheSecurityGroupRequest",
"variableName" : "deleteCacheSecurityGroupRequest",
"variableType" : "DeleteCacheSecurityGroupRequest",
"documentation" : "Represents the input of a DeleteCacheSecurityGroup
operation.
",
"simpleType" : "DeleteCacheSecurityGroupRequest",
"variableSetterType" : "DeleteCacheSecurityGroupRequest"
},
"methodName" : "deleteCacheSecurityGroup",
"operationName" : "DeleteCacheSecurityGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteCacheSecurityGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteCacheSecurityGroupResponse"
},
"DeleteCacheSubnetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a cache subnet group.
You cannot delete a cache subnet group if it is associated with any clusters.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheSubnetGroupInUseException",
"documentation" : "The requested cache subnet group is currently in use.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheSubnetGroupNotFoundException",
"documentation" : "The requested cache subnet group name does not refer to an existing cache subnet group.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteCacheSubnetGroupRequest",
"variableName" : "deleteCacheSubnetGroupRequest",
"variableType" : "DeleteCacheSubnetGroupRequest",
"documentation" : "Represents the input of a DeleteCacheSubnetGroup
operation.
",
"simpleType" : "DeleteCacheSubnetGroupRequest",
"variableSetterType" : "DeleteCacheSubnetGroupRequest"
},
"methodName" : "deleteCacheSubnetGroup",
"operationName" : "DeleteCacheSubnetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteCacheSubnetGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteCacheSubnetGroupResponse"
},
"DeleteReplicationGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "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 RetainPrimaryCluster=true
.
When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this operation.
This operation is valid for Redis only.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ReplicationGroupNotFoundException",
"documentation" : "The specified replication group does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidReplicationGroupStateException",
"documentation" : "The requested replication group is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "SnapshotAlreadyExistsException",
"documentation" : "You already have a snapshot with the given name.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "SnapshotFeatureNotSupportedException",
"documentation" : "You attempted one of the following operations:
-
Creating a snapshot of a Redis cluster running on a cache.t1.micro
cache node.
-
Creating a snapshot of a cluster that is running Memcached rather than Redis.
Neither of these are supported by ElastiCache.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "SnapshotQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the maximum number of snapshots.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReplicationGroupRequest",
"variableName" : "deleteReplicationGroupRequest",
"variableType" : "DeleteReplicationGroupRequest",
"documentation" : "Represents the input of a DeleteReplicationGroup
operation.
",
"simpleType" : "DeleteReplicationGroupRequest",
"variableSetterType" : "DeleteReplicationGroupRequest"
},
"methodName" : "deleteReplicationGroup",
"operationName" : "DeleteReplicationGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReplicationGroupResponse",
"documentation" : "Contains all of the attributes of a specific Redis replication group.
"
},
"syncReturnType" : "DeleteReplicationGroupResponse"
},
"DeleteSnapshot" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "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.
This operation is valid for Redis only.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "SnapshotNotFoundException",
"documentation" : "The requested snapshot name does not refer to an existing snapshot.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidSnapshotStateException",
"documentation" : "The current state of the snapshot does not allow the requested operation to occur.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSnapshotRequest",
"variableName" : "deleteSnapshotRequest",
"variableType" : "DeleteSnapshotRequest",
"documentation" : "Represents the input of a DeleteSnapshot
operation.
",
"simpleType" : "DeleteSnapshotRequest",
"variableSetterType" : "DeleteSnapshotRequest"
},
"methodName" : "deleteSnapshot",
"operationName" : "DeleteSnapshot",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSnapshotResponse",
"documentation" : "Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.
"
},
"syncReturnType" : "DeleteSnapshotResponse"
},
"DescribeCacheClusters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied.
By default, abbreviated information about the clusters is returned. You can use the optional ShowCacheNodeInfo 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.
If the cluster is in the creating state, only cluster-level information is displayed until all of the nodes are successfully provisioned.
If the cluster is in the deleting state, only cluster-level information is displayed.
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 available, the cluster is ready for use.
If cache nodes are currently being removed from the cluster, no endpoint information for the removed nodes is displayed.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCacheClustersRequest",
"variableName" : "describeCacheClustersRequest",
"variableType" : "DescribeCacheClustersRequest",
"documentation" : "Represents the input of a DescribeCacheClusters
operation.
",
"simpleType" : "DescribeCacheClustersRequest",
"variableSetterType" : "DescribeCacheClustersRequest"
},
"methodName" : "describeCacheClusters",
"operationName" : "DescribeCacheClusters",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeCacheClustersResponse",
"documentation" : "Represents the output of a DescribeCacheClusters
operation.
"
},
"syncReturnType" : "DescribeCacheClustersResponse"
},
"DescribeCacheEngineVersions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of the available cache engines and their versions.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCacheEngineVersionsRequest",
"variableName" : "describeCacheEngineVersionsRequest",
"variableType" : "DescribeCacheEngineVersionsRequest",
"documentation" : "Represents the input of a DescribeCacheEngineVersions
operation.
",
"simpleType" : "DescribeCacheEngineVersionsRequest",
"variableSetterType" : "DescribeCacheEngineVersionsRequest"
},
"methodName" : "describeCacheEngineVersions",
"operationName" : "DescribeCacheEngineVersions",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeCacheEngineVersionsResponse",
"documentation" : "Represents the output of a DescribeCacheEngineVersions operation.
"
},
"syncReturnType" : "DescribeCacheEngineVersionsResponse"
},
"DescribeCacheParameterGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheParameterGroupNotFoundException",
"documentation" : "The requested cache parameter group name does not refer to an existing cache parameter group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCacheParameterGroupsRequest",
"variableName" : "describeCacheParameterGroupsRequest",
"variableType" : "DescribeCacheParameterGroupsRequest",
"documentation" : "Represents the input of a DescribeCacheParameterGroups
operation.
",
"simpleType" : "DescribeCacheParameterGroupsRequest",
"variableSetterType" : "DescribeCacheParameterGroupsRequest"
},
"methodName" : "describeCacheParameterGroups",
"operationName" : "DescribeCacheParameterGroups",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeCacheParameterGroupsResponse",
"documentation" : "Represents the output of a DescribeCacheParameterGroups
operation.
"
},
"syncReturnType" : "DescribeCacheParameterGroupsResponse"
},
"DescribeCacheParameters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the detailed parameter list for a particular cache parameter group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheParameterGroupNotFoundException",
"documentation" : "The requested cache parameter group name does not refer to an existing cache parameter group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCacheParametersRequest",
"variableName" : "describeCacheParametersRequest",
"variableType" : "DescribeCacheParametersRequest",
"documentation" : "Represents the input of a DescribeCacheParameters
operation.
",
"simpleType" : "DescribeCacheParametersRequest",
"variableSetterType" : "DescribeCacheParametersRequest"
},
"methodName" : "describeCacheParameters",
"operationName" : "DescribeCacheParameters",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeCacheParametersResponse",
"documentation" : "Represents the output of a DescribeCacheParameters
operation.
"
},
"syncReturnType" : "DescribeCacheParametersResponse"
},
"DescribeCacheSecurityGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "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. This applicable only when you have ElastiCache in Classic setup
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheSecurityGroupNotFoundException",
"documentation" : "The requested cache security group name does not refer to an existing cache security group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCacheSecurityGroupsRequest",
"variableName" : "describeCacheSecurityGroupsRequest",
"variableType" : "DescribeCacheSecurityGroupsRequest",
"documentation" : "Represents the input of a DescribeCacheSecurityGroups
operation.
",
"simpleType" : "DescribeCacheSecurityGroupsRequest",
"variableSetterType" : "DescribeCacheSecurityGroupsRequest"
},
"methodName" : "describeCacheSecurityGroups",
"operationName" : "DescribeCacheSecurityGroups",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeCacheSecurityGroupsResponse",
"documentation" : "Represents the output of a DescribeCacheSecurityGroups
operation.
"
},
"syncReturnType" : "DescribeCacheSecurityGroupsResponse"
},
"DescribeCacheSubnetGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of cache subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group. This is applicable only when you have ElastiCache in VPC setup. All ElastiCache clusters now launch in VPC by default.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheSubnetGroupNotFoundException",
"documentation" : "The requested cache subnet group name does not refer to an existing cache subnet group.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCacheSubnetGroupsRequest",
"variableName" : "describeCacheSubnetGroupsRequest",
"variableType" : "DescribeCacheSubnetGroupsRequest",
"documentation" : "Represents the input of a DescribeCacheSubnetGroups
operation.
",
"simpleType" : "DescribeCacheSubnetGroupsRequest",
"variableSetterType" : "DescribeCacheSubnetGroupsRequest"
},
"methodName" : "describeCacheSubnetGroups",
"operationName" : "DescribeCacheSubnetGroups",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeCacheSubnetGroupsResponse",
"documentation" : "Represents the output of a DescribeCacheSubnetGroups
operation.
"
},
"syncReturnType" : "DescribeCacheSubnetGroupsResponse"
},
"DescribeEngineDefaultParameters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the default engine and system parameter information for the specified cache engine.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEngineDefaultParametersRequest",
"variableName" : "describeEngineDefaultParametersRequest",
"variableType" : "DescribeEngineDefaultParametersRequest",
"documentation" : "Represents the input of a DescribeEngineDefaultParameters
operation.
",
"simpleType" : "DescribeEngineDefaultParametersRequest",
"variableSetterType" : "DescribeEngineDefaultParametersRequest"
},
"methodName" : "describeEngineDefaultParameters",
"operationName" : "DescribeEngineDefaultParameters",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeEngineDefaultParametersResponse",
"documentation" : "Represents the output of a DescribeEngineDefaultParameters
operation.
"
},
"syncReturnType" : "DescribeEngineDefaultParametersResponse"
},
"DescribeEvents" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns events related to clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cluster, cache security group, or cache parameter group by providing the name as a parameter.
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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventsRequest",
"variableName" : "describeEventsRequest",
"variableType" : "DescribeEventsRequest",
"documentation" : "Represents the input of a DescribeEvents
operation.
",
"simpleType" : "DescribeEventsRequest",
"variableSetterType" : "DescribeEventsRequest"
},
"methodName" : "describeEvents",
"operationName" : "DescribeEvents",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeEventsResponse",
"documentation" : "Represents the output of a DescribeEvents
operation.
"
},
"syncReturnType" : "DescribeEventsResponse"
},
"DescribeReplicationGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups
returns information about all replication groups.
This operation is valid for Redis only.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ReplicationGroupNotFoundException",
"documentation" : "The specified replication group does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReplicationGroupsRequest",
"variableName" : "describeReplicationGroupsRequest",
"variableType" : "DescribeReplicationGroupsRequest",
"documentation" : "Represents the input of a DescribeReplicationGroups
operation.
",
"simpleType" : "DescribeReplicationGroupsRequest",
"variableSetterType" : "DescribeReplicationGroupsRequest"
},
"methodName" : "describeReplicationGroups",
"operationName" : "DescribeReplicationGroups",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeReplicationGroupsResponse",
"documentation" : "Represents the output of a DescribeReplicationGroups
operation.
"
},
"syncReturnType" : "DescribeReplicationGroupsResponse"
},
"DescribeReservedCacheNodes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about reserved cache nodes for this account, or about a specified reserved cache node.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ReservedCacheNodeNotFoundException",
"documentation" : "The requested reserved cache node was not found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReservedCacheNodesRequest",
"variableName" : "describeReservedCacheNodesRequest",
"variableType" : "DescribeReservedCacheNodesRequest",
"documentation" : "Represents the input of a DescribeReservedCacheNodes
operation.
",
"simpleType" : "DescribeReservedCacheNodesRequest",
"variableSetterType" : "DescribeReservedCacheNodesRequest"
},
"methodName" : "describeReservedCacheNodes",
"operationName" : "DescribeReservedCacheNodes",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeReservedCacheNodesResponse",
"documentation" : "Represents the output of a DescribeReservedCacheNodes
operation.
"
},
"syncReturnType" : "DescribeReservedCacheNodesResponse"
},
"DescribeReservedCacheNodesOfferings" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists available reserved cache node offerings.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ReservedCacheNodesOfferingNotFoundException",
"documentation" : "The requested cache node offering does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReservedCacheNodesOfferingsRequest",
"variableName" : "describeReservedCacheNodesOfferingsRequest",
"variableType" : "DescribeReservedCacheNodesOfferingsRequest",
"documentation" : "Represents the input of a DescribeReservedCacheNodesOfferings
operation.
",
"simpleType" : "DescribeReservedCacheNodesOfferingsRequest",
"variableSetterType" : "DescribeReservedCacheNodesOfferingsRequest"
},
"methodName" : "describeReservedCacheNodesOfferings",
"operationName" : "DescribeReservedCacheNodesOfferings",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeReservedCacheNodesOfferingsResponse",
"documentation" : "Represents the output of a DescribeReservedCacheNodesOfferings
operation.
"
},
"syncReturnType" : "DescribeReservedCacheNodesOfferingsResponse"
},
"DescribeServiceUpdates" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns details of the service updates
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ServiceUpdateNotFoundException",
"documentation" : "The service update doesn't exist
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeServiceUpdatesRequest",
"variableName" : "describeServiceUpdatesRequest",
"variableType" : "DescribeServiceUpdatesRequest",
"documentation" : "",
"simpleType" : "DescribeServiceUpdatesRequest",
"variableSetterType" : "DescribeServiceUpdatesRequest"
},
"methodName" : "describeServiceUpdates",
"operationName" : "DescribeServiceUpdates",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeServiceUpdatesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeServiceUpdatesResponse"
},
"DescribeSnapshots" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about cluster or replication group snapshots. By default, DescribeSnapshots
lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.
This operation is valid for Redis only.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "SnapshotNotFoundException",
"documentation" : "The requested snapshot name does not refer to an existing snapshot.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSnapshotsRequest",
"variableName" : "describeSnapshotsRequest",
"variableType" : "DescribeSnapshotsRequest",
"documentation" : "Represents the input of a DescribeSnapshotsMessage
operation.
",
"simpleType" : "DescribeSnapshotsRequest",
"variableSetterType" : "DescribeSnapshotsRequest"
},
"methodName" : "describeSnapshots",
"operationName" : "DescribeSnapshots",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeSnapshotsResponse",
"documentation" : "Represents the output of a DescribeSnapshots
operation.
"
},
"syncReturnType" : "DescribeSnapshotsResponse"
},
"DescribeUpdateActions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns details of the update actions
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeUpdateActionsRequest",
"variableName" : "describeUpdateActionsRequest",
"variableType" : "DescribeUpdateActionsRequest",
"documentation" : "",
"simpleType" : "DescribeUpdateActionsRequest",
"variableSetterType" : "DescribeUpdateActionsRequest"
},
"methodName" : "describeUpdateActions",
"operationName" : "DescribeUpdateActions",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeUpdateActionsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeUpdateActionsResponse"
},
"IncreaseReplicaCount" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Dynamically increases 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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ReplicationGroupNotFoundException",
"documentation" : "The specified replication group does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidReplicationGroupStateException",
"documentation" : "The requested replication group is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidCacheClusterStateException",
"documentation" : "The requested cluster is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidVpcNetworkStateException",
"documentation" : "The VPC network is in an invalid state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InsufficientCacheClusterCapacityException",
"documentation" : "The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClusterQuotaForCustomerExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of clusters per customer.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeGroupsPerReplicationGroupQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the maximum allowed number of node groups (shards) in a single replication group. The default maximum is 90
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeQuotaForCustomerExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache nodes per customer.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NoOperationException",
"documentation" : "The operation was not performed because no changes were required.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidKmsKeyException",
"documentation" : "The KMS key supplied is not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "IncreaseReplicaCountRequest",
"variableName" : "increaseReplicaCountRequest",
"variableType" : "IncreaseReplicaCountRequest",
"documentation" : "",
"simpleType" : "IncreaseReplicaCountRequest",
"variableSetterType" : "IncreaseReplicaCountRequest"
},
"methodName" : "increaseReplicaCount",
"operationName" : "IncreaseReplicaCount",
"paginated" : false,
"returnType" : {
"returnType" : "IncreaseReplicaCountResponse",
"documentation" : "Contains all of the attributes of a specific Redis replication group.
"
},
"syncReturnType" : "IncreaseReplicaCountResponse"
},
"ListAllowedNodeTypeModifications" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all available node types that you can scale your Redis cluster's or replication group's current node type.
When you use the ModifyCacheCluster
or ModifyReplicationGroup
operations to scale your cluster or replication group, the value of the CacheNodeType
parameter must be one of the node types returned by this operation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ReplicationGroupNotFoundException",
"documentation" : "The specified replication group does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListAllowedNodeTypeModificationsRequest",
"variableName" : "listAllowedNodeTypeModificationsRequest",
"variableType" : "ListAllowedNodeTypeModificationsRequest",
"documentation" : "The input parameters for the ListAllowedNodeTypeModifications
operation.
",
"simpleType" : "ListAllowedNodeTypeModificationsRequest",
"variableSetterType" : "ListAllowedNodeTypeModificationsRequest"
},
"methodName" : "listAllowedNodeTypeModifications",
"operationName" : "ListAllowedNodeTypeModifications",
"paginated" : false,
"returnType" : {
"returnType" : "ListAllowedNodeTypeModificationsResponse",
"documentation" : "Represents the allowed node types you can use to modify your cluster or replication group.
"
},
"syncReturnType" : "ListAllowedNodeTypeModificationsResponse"
},
"ListTagsForResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all cost allocation tags currently on the named resource. A cost allocation tag
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.
If the cluster is not in the available state, ListTagsForResource
returns an error.
You can have a maximum of 50 cost allocation tags on an ElastiCache resource. For more information, see Monitoring Costs with Tags.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "SnapshotNotFoundException",
"documentation" : "The requested snapshot name does not refer to an existing snapshot.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidArnException",
"documentation" : "The requested Amazon Resource Name (ARN) does not refer to an existing resource.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : "The input parameters for the ListTagsForResource
operation.
",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : "Represents the output from the AddTagsToResource
, ListTagsForResource
, and RemoveTagsFromResource
operations.
"
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"ModifyCacheCluster" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the settings for a cluster. You can use this operation to change one or more cluster configuration parameters by specifying the parameters and the new values.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidCacheClusterStateException",
"documentation" : "The requested cluster is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidCacheSecurityGroupStateException",
"documentation" : "The current state of the cache security group does not allow deletion.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InsufficientCacheClusterCapacityException",
"documentation" : "The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "NodeQuotaForClusterExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeQuotaForCustomerExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache nodes per customer.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheSecurityGroupNotFoundException",
"documentation" : "The requested cache security group name does not refer to an existing cache security group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "CacheParameterGroupNotFoundException",
"documentation" : "The requested cache parameter group name does not refer to an existing cache parameter group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidVpcNetworkStateException",
"documentation" : "The VPC network is in an invalid state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyCacheClusterRequest",
"variableName" : "modifyCacheClusterRequest",
"variableType" : "ModifyCacheClusterRequest",
"documentation" : "Represents the input of a ModifyCacheCluster
operation.
",
"simpleType" : "ModifyCacheClusterRequest",
"variableSetterType" : "ModifyCacheClusterRequest"
},
"methodName" : "modifyCacheCluster",
"operationName" : "ModifyCacheCluster",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyCacheClusterResponse",
"documentation" : "Contains all of the attributes of a specific cluster.
"
},
"syncReturnType" : "ModifyCacheClusterResponse"
},
"ModifyCacheParameterGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheParameterGroupNotFoundException",
"documentation" : "The requested cache parameter group name does not refer to an existing cache parameter group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidCacheParameterGroupStateException",
"documentation" : "The current state of the cache parameter group does not allow the requested operation to occur.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyCacheParameterGroupRequest",
"variableName" : "modifyCacheParameterGroupRequest",
"variableType" : "ModifyCacheParameterGroupRequest",
"documentation" : "Represents the input of a ModifyCacheParameterGroup
operation.
",
"simpleType" : "ModifyCacheParameterGroupRequest",
"variableSetterType" : "ModifyCacheParameterGroupRequest"
},
"methodName" : "modifyCacheParameterGroup",
"operationName" : "ModifyCacheParameterGroup",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyCacheParameterGroupResponse",
"documentation" : "Represents the output of one of the following operations:
-
ModifyCacheParameterGroup
-
ResetCacheParameterGroup
"
},
"syncReturnType" : "ModifyCacheParameterGroupResponse"
},
"ModifyCacheSubnetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies an existing cache subnet group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheSubnetGroupNotFoundException",
"documentation" : "The requested cache subnet group name does not refer to an existing cache subnet group.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheSubnetQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "SubnetInUseException",
"documentation" : "The requested subnet is being used by another cache subnet group.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "An invalid subnet identifier was specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyCacheSubnetGroupRequest",
"variableName" : "modifyCacheSubnetGroupRequest",
"variableType" : "ModifyCacheSubnetGroupRequest",
"documentation" : "Represents the input of a ModifyCacheSubnetGroup
operation.
",
"simpleType" : "ModifyCacheSubnetGroupRequest",
"variableSetterType" : "ModifyCacheSubnetGroupRequest"
},
"methodName" : "modifyCacheSubnetGroup",
"operationName" : "ModifyCacheSubnetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyCacheSubnetGroupResponse",
"documentation" : "Represents the output of one of the following operations:
-
CreateCacheSubnetGroup
-
ModifyCacheSubnetGroup
"
},
"syncReturnType" : "ModifyCacheSubnetGroupResponse"
},
"ModifyReplicationGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the settings for a replication group.
For Redis (cluster mode enabled) clusters, this operation cannot be used to change a cluster's node type or engine version. For more information, see:
-
Scaling for Amazon ElastiCache for Redis (cluster mode enabled) in the ElastiCache User Guide
-
ModifyReplicationGroupShardConfiguration in the ElastiCache API Reference
This operation is valid for Redis only.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ReplicationGroupNotFoundException",
"documentation" : "The specified replication group does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidReplicationGroupStateException",
"documentation" : "The requested replication group is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidCacheClusterStateException",
"documentation" : "The requested cluster is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidCacheSecurityGroupStateException",
"documentation" : "The current state of the cache security group does not allow deletion.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InsufficientCacheClusterCapacityException",
"documentation" : "The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "NodeQuotaForClusterExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeQuotaForCustomerExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache nodes per customer.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheSecurityGroupNotFoundException",
"documentation" : "The requested cache security group name does not refer to an existing cache security group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "CacheParameterGroupNotFoundException",
"documentation" : "The requested cache parameter group name does not refer to an existing cache parameter group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidVpcNetworkStateException",
"documentation" : "The VPC network is in an invalid state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidKmsKeyException",
"documentation" : "The KMS key supplied is not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyReplicationGroupRequest",
"variableName" : "modifyReplicationGroupRequest",
"variableType" : "ModifyReplicationGroupRequest",
"documentation" : "Represents the input of a ModifyReplicationGroups
operation.
",
"simpleType" : "ModifyReplicationGroupRequest",
"variableSetterType" : "ModifyReplicationGroupRequest"
},
"methodName" : "modifyReplicationGroup",
"operationName" : "ModifyReplicationGroup",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyReplicationGroupResponse",
"documentation" : "Contains all of the attributes of a specific Redis replication group.
"
},
"syncReturnType" : "ModifyReplicationGroupResponse"
},
"ModifyReplicationGroupShardConfiguration" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies a replication group's shards (node groups) by allowing you to add shards, remove shards, or rebalance the keyspaces among exisiting shards.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ReplicationGroupNotFoundException",
"documentation" : "The specified replication group does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidReplicationGroupStateException",
"documentation" : "The requested replication group is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidCacheClusterStateException",
"documentation" : "The requested cluster is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidVpcNetworkStateException",
"documentation" : "The VPC network is in an invalid state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InsufficientCacheClusterCapacityException",
"documentation" : "The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeGroupsPerReplicationGroupQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the maximum allowed number of node groups (shards) in a single replication group. The default maximum is 90
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeQuotaForCustomerExceededException",
"documentation" : "The request cannot be processed because it would exceed the allowed number of cache nodes per customer.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidKmsKeyException",
"documentation" : "The KMS key supplied is not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyReplicationGroupShardConfigurationRequest",
"variableName" : "modifyReplicationGroupShardConfigurationRequest",
"variableType" : "ModifyReplicationGroupShardConfigurationRequest",
"documentation" : "Represents the input for a ModifyReplicationGroupShardConfiguration
operation.
",
"simpleType" : "ModifyReplicationGroupShardConfigurationRequest",
"variableSetterType" : "ModifyReplicationGroupShardConfigurationRequest"
},
"methodName" : "modifyReplicationGroupShardConfiguration",
"operationName" : "ModifyReplicationGroupShardConfiguration",
"paginated" : false,
"returnType" : {
"returnType" : "ModifyReplicationGroupShardConfigurationResponse",
"documentation" : "Contains all of the attributes of a specific Redis replication group.
"
},
"syncReturnType" : "ModifyReplicationGroupShardConfigurationResponse"
},
"PurchaseReservedCacheNodesOffering" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Allows you to purchase a reserved cache node offering.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ReservedCacheNodesOfferingNotFoundException",
"documentation" : "The requested cache node offering does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ReservedCacheNodeAlreadyExistsException",
"documentation" : "You already have a reservation with the given identifier.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ReservedCacheNodeQuotaExceededException",
"documentation" : "The request cannot be processed because it would exceed the user's cache node quota.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PurchaseReservedCacheNodesOfferingRequest",
"variableName" : "purchaseReservedCacheNodesOfferingRequest",
"variableType" : "PurchaseReservedCacheNodesOfferingRequest",
"documentation" : "Represents the input of a PurchaseReservedCacheNodesOffering
operation.
",
"simpleType" : "PurchaseReservedCacheNodesOfferingRequest",
"variableSetterType" : "PurchaseReservedCacheNodesOfferingRequest"
},
"methodName" : "purchaseReservedCacheNodesOffering",
"operationName" : "PurchaseReservedCacheNodesOffering",
"paginated" : false,
"returnType" : {
"returnType" : "PurchaseReservedCacheNodesOfferingResponse",
"documentation" : "Represents the output of a PurchaseReservedCacheNodesOffering
operation.
"
},
"syncReturnType" : "PurchaseReservedCacheNodesOfferingResponse"
},
"RebootCacheCluster" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Reboots some, or all, of the cache nodes within a provisioned cluster. This operation applies any modified cache parameter groups to the cluster. The reboot operation takes place as soon as possible, and results in a momentary outage to the cluster. During the reboot, the cluster status is set to REBOOTING.
The reboot causes the contents of the cache (for each cache node being rebooted) to be lost.
When the reboot is complete, a cluster event is created.
Rebooting a cluster is currently supported on Memcached and Redis (cluster mode disabled) clusters. Rebooting is not supported on Redis (cluster mode enabled) clusters.
If you make changes to parameters that require a Redis (cluster mode enabled) cluster reboot for the changes to be applied, see Rebooting a Cluster for an alternate process.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidCacheClusterStateException",
"documentation" : "The requested cluster is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RebootCacheClusterRequest",
"variableName" : "rebootCacheClusterRequest",
"variableType" : "RebootCacheClusterRequest",
"documentation" : "Represents the input of a RebootCacheCluster
operation.
",
"simpleType" : "RebootCacheClusterRequest",
"variableSetterType" : "RebootCacheClusterRequest"
},
"methodName" : "rebootCacheCluster",
"operationName" : "RebootCacheCluster",
"paginated" : false,
"returnType" : {
"returnType" : "RebootCacheClusterResponse",
"documentation" : "Contains all of the attributes of a specific cluster.
"
},
"syncReturnType" : "RebootCacheClusterResponse"
},
"RemoveTagsFromResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes the tags identified by the TagKeys
list from the named resource.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheClusterNotFoundException",
"documentation" : "The requested cluster ID does not refer to an existing cluster.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "SnapshotNotFoundException",
"documentation" : "The requested snapshot name does not refer to an existing snapshot.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidArnException",
"documentation" : "The requested Amazon Resource Name (ARN) does not refer to an existing resource.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "TagNotFoundException",
"documentation" : "The requested tag was not found on this resource.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RemoveTagsFromResourceRequest",
"variableName" : "removeTagsFromResourceRequest",
"variableType" : "RemoveTagsFromResourceRequest",
"documentation" : "Represents the input of a RemoveTagsFromResource
operation.
",
"simpleType" : "RemoveTagsFromResourceRequest",
"variableSetterType" : "RemoveTagsFromResourceRequest"
},
"methodName" : "removeTagsFromResource",
"operationName" : "RemoveTagsFromResource",
"paginated" : false,
"returnType" : {
"returnType" : "RemoveTagsFromResourceResponse",
"documentation" : "Represents the output from the AddTagsToResource
, ListTagsForResource
, and RemoveTagsFromResource
operations.
"
},
"syncReturnType" : "RemoveTagsFromResourceResponse"
},
"ResetCacheParameterGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "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 ResetAllParameters
and CacheParameterGroupName
parameters.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidCacheParameterGroupStateException",
"documentation" : "The current state of the cache parameter group does not allow the requested operation to occur.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "CacheParameterGroupNotFoundException",
"documentation" : "The requested cache parameter group name does not refer to an existing cache parameter group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ResetCacheParameterGroupRequest",
"variableName" : "resetCacheParameterGroupRequest",
"variableType" : "ResetCacheParameterGroupRequest",
"documentation" : "Represents the input of a ResetCacheParameterGroup
operation.
",
"simpleType" : "ResetCacheParameterGroupRequest",
"variableSetterType" : "ResetCacheParameterGroupRequest"
},
"methodName" : "resetCacheParameterGroup",
"operationName" : "ResetCacheParameterGroup",
"paginated" : false,
"returnType" : {
"returnType" : "ResetCacheParameterGroupResponse",
"documentation" : "Represents the output of one of the following operations:
-
ModifyCacheParameterGroup
-
ResetCacheParameterGroup
"
},
"syncReturnType" : "ResetCacheParameterGroupResponse"
},
"RevokeCacheSecurityGroupIngress" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Revokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "CacheSecurityGroupNotFoundException",
"documentation" : "The requested cache security group name does not refer to an existing cache security group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AuthorizationNotFoundException",
"documentation" : "The specified Amazon EC2 security group is not authorized for the specified cache security group.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidCacheSecurityGroupStateException",
"documentation" : "The current state of the cache security group does not allow deletion.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RevokeCacheSecurityGroupIngressRequest",
"variableName" : "revokeCacheSecurityGroupIngressRequest",
"variableType" : "RevokeCacheSecurityGroupIngressRequest",
"documentation" : "Represents the input of a RevokeCacheSecurityGroupIngress
operation.
",
"simpleType" : "RevokeCacheSecurityGroupIngressRequest",
"variableSetterType" : "RevokeCacheSecurityGroupIngressRequest"
},
"methodName" : "revokeCacheSecurityGroupIngress",
"operationName" : "RevokeCacheSecurityGroupIngress",
"paginated" : false,
"returnType" : {
"returnType" : "RevokeCacheSecurityGroupIngressResponse",
"documentation" : "Represents the output of one of the following operations:
-
AuthorizeCacheSecurityGroupIngress
-
CreateCacheSecurityGroup
-
RevokeCacheSecurityGroupIngress
"
},
"syncReturnType" : "RevokeCacheSecurityGroupIngressResponse"
},
"TestFailover" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Represents the input of a TestFailover
operation which test automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console).
Note the following
-
A customer can use this operation to test automatic failover on up to 5 shards (called node groups in the ElastiCache API and AWS CLI) in any rolling 24-hour period.
-
If calling this operation on shards in different clusters (called replication groups in the API and CLI), the calls can be made concurrently.
-
If calling this operation multiple times on different shards in the same Redis (cluster mode enabled) replication group, the first node replacement must complete before a subsequent call can be made.
-
To determine whether the node replacement is complete you can check Events using the Amazon ElastiCache console, the AWS CLI, or the ElastiCache API. Look for the following automatic failover related events, listed here in order of occurrance:
-
Replication group message: Test Failover API called for node group <node-group-id>
-
Cache cluster message: Failover from master node <primary-node-id> to replica node <node-id> completed
-
Replication group message: Failover from master node <primary-node-id> to replica node <node-id> completed
-
Cache cluster message: Recovering cache nodes <node-id>
-
Cache cluster message: Finished recovery for cache nodes <node-id>
For more information see:
-
Viewing ElastiCache Events in the ElastiCache User Guide
-
DescribeEvents in the ElastiCache API Reference
Also see, Testing Multi-AZ with Automatic Failover in the ElastiCache User Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ApiCallRateForCustomerExceededException",
"documentation" : "The customer has exceeded the allowed rate of API calls.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidCacheClusterStateException",
"documentation" : "The requested cluster is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidReplicationGroupStateException",
"documentation" : "The requested replication group is not in the available
state.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NodeGroupNotFoundException",
"documentation" : "The node group specified by the NodeGroupId
parameter could not be found. Please verify that the node group exists and that you spelled the NodeGroupId
value correctly.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ReplicationGroupNotFoundException",
"documentation" : "The specified replication group does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "TestFailoverNotAvailableException",
"documentation" : "The TestFailover
action is not available.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidKmsKeyException",
"documentation" : "The KMS key supplied is not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value for a parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Two or more incompatible parameters were specified.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TestFailoverRequest",
"variableName" : "testFailoverRequest",
"variableType" : "TestFailoverRequest",
"documentation" : "",
"simpleType" : "TestFailoverRequest",
"variableSetterType" : "TestFailoverRequest"
},
"methodName" : "testFailover",
"operationName" : "TestFailover",
"paginated" : false,
"returnType" : {
"returnType" : "TestFailoverResponse",
"documentation" : "Contains all of the attributes of a specific Redis replication group.
"
},
"syncReturnType" : "TestFailoverResponse"
}
},
"shapes" : {
"AZMode" : {
"c2jName" : "AZMode",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "SINGLE_AZ",
"value" : "single-az"
}, {
"name" : "CROSS_AZ",
"value" : "cross-az"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AZMode",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AZMode",
"variableName" : "azMode",
"variableType" : "AZMode",
"documentation" : null,
"simpleType" : "AZMode",
"variableSetterType" : "AZMode"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AddTagsToResourceRequest" : {
"c2jName" : "AddTagsToResourceMessage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input of an AddTagsToResource operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AddTagsToResource",
"locationName" : null,
"requestUri" : "/",
"target" : "AddTagsToResource",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getResourceName",
"beanStyleSetterMethodName" : "setResourceName",
"c2jName" : "ResourceName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceName",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceName",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceName",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setResourceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "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.
\n@param tags 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.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "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.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return 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.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param tags 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.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceName" : {
"beanStyleGetterMethodName" : "getResourceName",
"beanStyleSetterMethodName" : "setResourceName",
"c2jName" : "ResourceName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceName",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceName",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceName",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setResourceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "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.
\n@param tags 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.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "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.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return 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.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param tags 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.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getResourceName",
"beanStyleSetterMethodName" : "setResourceName",
"c2jName" : "ResourceName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceName",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceName",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@return The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceName",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.",
"setterMethodName" : "setResourceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
. ElastiCache resources are cluster and snapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "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.
\n@param tags 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.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "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.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return 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.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param tags 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.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ResourceName", "Tags" ],
"shapeName" : "AddTagsToResourceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddTagsToResourceRequest",
"variableName" : "addTagsToResourceRequest",
"variableType" : "AddTagsToResourceRequest",
"documentation" : null,
"simpleType" : "AddTagsToResourceRequest",
"variableSetterType" : "AddTagsToResourceRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AddTagsToResourceResponse" : {
"c2jName" : "TagListMessage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the output from the AddTagsToResource
, ListTagsForResource
, and RemoveTagsFromResource
operations.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getTagList",
"beanStyleSetterMethodName" : "setTagList",
"c2jName" : "TagList",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "A list of cost allocation tags as key-value pairs.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagList(List)}.\n@param tagList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagList(List)",
"deprecated" : false,
"documentation" : "A list of cost allocation tags as key-value pairs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tagList",
"fluentSetterDocumentation" : "A list of cost allocation tags as key-value pairs.
\n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tagList",
"getterDocumentation" : "A list of cost allocation tags as key-value pairs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of cost allocation tags as key-value pairs.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TagList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TagList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TagList",
"sensitive" : false,
"setterDocumentation" : "A list of cost allocation tags as key-value pairs.
\n@param tagList A list of cost allocation tags as key-value pairs.",
"setterMethodName" : "setTagList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : "A list of cost allocation tags as key-value pairs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TagList" : {
"beanStyleGetterMethodName" : "getTagList",
"beanStyleSetterMethodName" : "setTagList",
"c2jName" : "TagList",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "A list of cost allocation tags as key-value pairs.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagList(List)}.\n@param tagList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagList(List)",
"deprecated" : false,
"documentation" : "A list of cost allocation tags as key-value pairs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tagList",
"fluentSetterDocumentation" : "A list of cost allocation tags as key-value pairs.
\n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tagList",
"getterDocumentation" : "A list of cost allocation tags as key-value pairs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of cost allocation tags as key-value pairs.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TagList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TagList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TagList",
"sensitive" : false,
"setterDocumentation" : "A list of cost allocation tags as key-value pairs.
\n@param tagList A list of cost allocation tags as key-value pairs.",
"setterMethodName" : "setTagList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : "A list of cost allocation tags as key-value pairs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTagList",
"beanStyleSetterMethodName" : "setTagList",
"c2jName" : "TagList",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "A list of cost allocation tags as key-value pairs.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagList(List)}.\n@param tagList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagList(List)",
"deprecated" : false,
"documentation" : "A list of cost allocation tags as key-value pairs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tagList",
"fluentSetterDocumentation" : "A list of cost allocation tags as key-value pairs.
\n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tagList",
"getterDocumentation" : "A list of cost allocation tags as key-value pairs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of cost allocation tags as key-value pairs.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TagList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TagList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tag",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TagList",
"sensitive" : false,
"setterDocumentation" : "A list of cost allocation tags as key-value pairs.
\n@param tagList A list of cost allocation tags as key-value pairs.",
"setterMethodName" : "setTagList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : "A list of cost allocation tags as key-value pairs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddTagsToResourceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "AddTagsToResourceResult"
},
"variable" : {
"variableDeclarationType" : "AddTagsToResourceResponse",
"variableName" : "addTagsToResourceResponse",
"variableType" : "AddTagsToResourceResponse",
"documentation" : null,
"simpleType" : "AddTagsToResourceResponse",
"variableSetterType" : "AddTagsToResourceResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ApiCallRateForCustomerExceededException" : {
"c2jName" : "APICallRateForCustomerExceededFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The customer has exceeded the allowed rate of API calls.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "APICallRateForCustomerExceeded",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ApiCallRateForCustomerExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ApiCallRateForCustomerExceededException",
"variableName" : "apiCallRateForCustomerExceededException",
"variableType" : "ApiCallRateForCustomerExceededException",
"documentation" : null,
"simpleType" : "ApiCallRateForCustomerExceededException",
"variableSetterType" : "ApiCallRateForCustomerExceededException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AuthorizationAlreadyExistsException" : {
"c2jName" : "AuthorizationAlreadyExistsFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The specified Amazon EC2 security group is already authorized for the specified cache security group.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AuthorizationAlreadyExists",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AuthorizationAlreadyExistsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AuthorizationAlreadyExistsException",
"variableName" : "authorizationAlreadyExistsException",
"variableType" : "AuthorizationAlreadyExistsException",
"documentation" : null,
"simpleType" : "AuthorizationAlreadyExistsException",
"variableSetterType" : "AuthorizationAlreadyExistsException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AuthorizationNotFoundException" : {
"c2jName" : "AuthorizationNotFoundFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The specified Amazon EC2 security group is not authorized for the specified cache security group.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AuthorizationNotFound",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 404,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AuthorizationNotFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AuthorizationNotFoundException",
"variableName" : "authorizationNotFoundException",
"variableType" : "AuthorizationNotFoundException",
"documentation" : null,
"simpleType" : "AuthorizationNotFoundException",
"variableSetterType" : "AuthorizationNotFoundException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AuthorizeCacheSecurityGroupIngressRequest" : {
"c2jName" : "AuthorizeCacheSecurityGroupIngressMessage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the input of an AuthorizeCacheSecurityGroupIngress operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AuthorizeCacheSecurityGroupIngress",
"locationName" : null,
"requestUri" : "/",
"target" : "AuthorizeCacheSecurityGroupIngress",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getCacheSecurityGroupName",
"beanStyleSetterMethodName" : "setCacheSecurityGroupName",
"c2jName" : "CacheSecurityGroupName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The cache security group that allows network ingress.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)",
"deprecated" : false,
"documentation" : "The cache security group that allows network ingress.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "cacheSecurityGroupName",
"fluentSetterDocumentation" : "The cache security group that allows network ingress.
\n@param cacheSecurityGroupName The cache security group that allows network ingress.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cacheSecurityGroupName",
"getterDocumentation" : "The cache security group that allows network ingress.
\n@return The cache security group that allows network ingress.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CacheSecurityGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CacheSecurityGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CacheSecurityGroupName",
"sensitive" : false,
"setterDocumentation" : "The cache security group that allows network ingress.
\n@param cacheSecurityGroupName The cache security group that allows network ingress.",
"setterMethodName" : "setCacheSecurityGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cacheSecurityGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cacheSecurityGroupName",
"variableType" : "String",
"documentation" : "The cache security group that allows network ingress.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEc2SecurityGroupName",
"beanStyleSetterMethodName" : "setEc2SecurityGroupName",
"c2jName" : "EC2SecurityGroupName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)",
"deprecated" : false,
"documentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ec2SecurityGroupName",
"fluentSetterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ec2SecurityGroupName",
"getterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\n@return The Amazon EC2 security group to be authorized for ingress to the cache security group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EC2SecurityGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2SecurityGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EC2SecurityGroupName",
"sensitive" : false,
"setterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.",
"setterMethodName" : "setEc2SecurityGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupName",
"variableType" : "String",
"documentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId",
"beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId",
"c2jName" : "EC2SecurityGroupOwnerId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupOwnerId(String)}.\n@param ec2SecurityGroupOwnerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupOwnerId(String)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ec2SecurityGroupOwnerId",
"fluentSetterDocumentation" : "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.
\n@param ec2SecurityGroupOwnerId 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.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ec2SecurityGroupOwnerId",
"getterDocumentation" : "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.
\n@return 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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EC2SecurityGroupOwnerId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2SecurityGroupOwnerId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EC2SecurityGroupOwnerId",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param ec2SecurityGroupOwnerId 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.",
"setterMethodName" : "setEc2SecurityGroupOwnerId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupOwnerId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupOwnerId",
"variableType" : "String",
"documentation" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CacheSecurityGroupName" : {
"beanStyleGetterMethodName" : "getCacheSecurityGroupName",
"beanStyleSetterMethodName" : "setCacheSecurityGroupName",
"c2jName" : "CacheSecurityGroupName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The cache security group that allows network ingress.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)",
"deprecated" : false,
"documentation" : "The cache security group that allows network ingress.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "cacheSecurityGroupName",
"fluentSetterDocumentation" : "The cache security group that allows network ingress.
\n@param cacheSecurityGroupName The cache security group that allows network ingress.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cacheSecurityGroupName",
"getterDocumentation" : "The cache security group that allows network ingress.
\n@return The cache security group that allows network ingress.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CacheSecurityGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CacheSecurityGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CacheSecurityGroupName",
"sensitive" : false,
"setterDocumentation" : "The cache security group that allows network ingress.
\n@param cacheSecurityGroupName The cache security group that allows network ingress.",
"setterMethodName" : "setCacheSecurityGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cacheSecurityGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cacheSecurityGroupName",
"variableType" : "String",
"documentation" : "The cache security group that allows network ingress.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EC2SecurityGroupName" : {
"beanStyleGetterMethodName" : "getEc2SecurityGroupName",
"beanStyleSetterMethodName" : "setEc2SecurityGroupName",
"c2jName" : "EC2SecurityGroupName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)",
"deprecated" : false,
"documentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ec2SecurityGroupName",
"fluentSetterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ec2SecurityGroupName",
"getterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\n@return The Amazon EC2 security group to be authorized for ingress to the cache security group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EC2SecurityGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2SecurityGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EC2SecurityGroupName",
"sensitive" : false,
"setterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.",
"setterMethodName" : "setEc2SecurityGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupName",
"variableType" : "String",
"documentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EC2SecurityGroupOwnerId" : {
"beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId",
"beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId",
"c2jName" : "EC2SecurityGroupOwnerId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupOwnerId(String)}.\n@param ec2SecurityGroupOwnerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupOwnerId(String)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ec2SecurityGroupOwnerId",
"fluentSetterDocumentation" : "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.
\n@param ec2SecurityGroupOwnerId 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.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ec2SecurityGroupOwnerId",
"getterDocumentation" : "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.
\n@return 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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EC2SecurityGroupOwnerId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2SecurityGroupOwnerId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EC2SecurityGroupOwnerId",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param ec2SecurityGroupOwnerId 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.",
"setterMethodName" : "setEc2SecurityGroupOwnerId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupOwnerId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupOwnerId",
"variableType" : "String",
"documentation" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCacheSecurityGroupName",
"beanStyleSetterMethodName" : "setCacheSecurityGroupName",
"c2jName" : "CacheSecurityGroupName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The cache security group that allows network ingress.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)",
"deprecated" : false,
"documentation" : "The cache security group that allows network ingress.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "cacheSecurityGroupName",
"fluentSetterDocumentation" : "The cache security group that allows network ingress.
\n@param cacheSecurityGroupName The cache security group that allows network ingress.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cacheSecurityGroupName",
"getterDocumentation" : "The cache security group that allows network ingress.
\n@return The cache security group that allows network ingress.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CacheSecurityGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CacheSecurityGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CacheSecurityGroupName",
"sensitive" : false,
"setterDocumentation" : "The cache security group that allows network ingress.
\n@param cacheSecurityGroupName The cache security group that allows network ingress.",
"setterMethodName" : "setCacheSecurityGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cacheSecurityGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cacheSecurityGroupName",
"variableType" : "String",
"documentation" : "The cache security group that allows network ingress.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEc2SecurityGroupName",
"beanStyleSetterMethodName" : "setEc2SecurityGroupName",
"c2jName" : "EC2SecurityGroupName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)",
"deprecated" : false,
"documentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ec2SecurityGroupName",
"fluentSetterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ec2SecurityGroupName",
"getterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\n@return The Amazon EC2 security group to be authorized for ingress to the cache security group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EC2SecurityGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2SecurityGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EC2SecurityGroupName",
"sensitive" : false,
"setterDocumentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.",
"setterMethodName" : "setEc2SecurityGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupName",
"variableType" : "String",
"documentation" : "The Amazon EC2 security group to be authorized for ingress to the cache security group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId",
"beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId",
"c2jName" : "EC2SecurityGroupOwnerId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupOwnerId(String)}.\n@param ec2SecurityGroupOwnerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupOwnerId(String)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ec2SecurityGroupOwnerId",
"fluentSetterDocumentation" : "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.
\n@param ec2SecurityGroupOwnerId 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.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ec2SecurityGroupOwnerId",
"getterDocumentation" : "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.
\n@return 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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EC2SecurityGroupOwnerId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2SecurityGroupOwnerId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EC2SecurityGroupOwnerId",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param ec2SecurityGroupOwnerId 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.",
"setterMethodName" : "setEc2SecurityGroupOwnerId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupOwnerId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ec2SecurityGroupOwnerId",
"variableType" : "String",
"documentation" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "CacheSecurityGroupName", "EC2SecurityGroupName", "EC2SecurityGroupOwnerId" ],
"shapeName" : "AuthorizeCacheSecurityGroupIngressRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AuthorizeCacheSecurityGroupIngressRequest",
"variableName" : "authorizeCacheSecurityGroupIngressRequest",
"variableType" : "AuthorizeCacheSecurityGroupIngressRequest",
"documentation" : null,
"simpleType" : "AuthorizeCacheSecurityGroupIngressRequest",
"variableSetterType" : "AuthorizeCacheSecurityGroupIngressRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AuthorizeCacheSecurityGroupIngressResponse" : {
"c2jName" : "AuthorizeCacheSecurityGroupIngressResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCacheSecurityGroup",
"beanStyleSetterMethodName" : "setCacheSecurityGroup",
"c2jName" : "CacheSecurityGroup",
"c2jShape" : "CacheSecurityGroup",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "cacheSecurityGroup",
"fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cacheSecurityGroup",
"getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.",
"getterModel" : {
"returnType" : "CacheSecurityGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CacheSecurityGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CacheSecurityGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CacheSecurityGroup",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.",
"setterMethodName" : "setCacheSecurityGroup",
"setterModel" : {
"variableDeclarationType" : "CacheSecurityGroup",
"variableName" : "cacheSecurityGroup",
"variableType" : "CacheSecurityGroup",
"documentation" : null,
"simpleType" : "CacheSecurityGroup",
"variableSetterType" : "CacheSecurityGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CacheSecurityGroup",
"variableName" : "cacheSecurityGroup",
"variableType" : "CacheSecurityGroup",
"documentation" : "",
"simpleType" : "CacheSecurityGroup",
"variableSetterType" : "CacheSecurityGroup"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CacheSecurityGroup" : {
"beanStyleGetterMethodName" : "getCacheSecurityGroup",
"beanStyleSetterMethodName" : "setCacheSecurityGroup",
"c2jName" : "CacheSecurityGroup",
"c2jShape" : "CacheSecurityGroup",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "cacheSecurityGroup",
"fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cacheSecurityGroup",
"getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.",
"getterModel" : {
"returnType" : "CacheSecurityGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CacheSecurityGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CacheSecurityGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CacheSecurityGroup",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.",
"setterMethodName" : "setCacheSecurityGroup",
"setterModel" : {
"variableDeclarationType" : "CacheSecurityGroup",
"variableName" : "cacheSecurityGroup",
"variableType" : "CacheSecurityGroup",
"documentation" : null,
"simpleType" : "CacheSecurityGroup",
"variableSetterType" : "CacheSecurityGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CacheSecurityGroup",
"variableName" : "cacheSecurityGroup",
"variableType" : "CacheSecurityGroup",
"documentation" : "",
"simpleType" : "CacheSecurityGroup",
"variableSetterType" : "CacheSecurityGroup"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCacheSecurityGroup",
"beanStyleSetterMethodName" : "setCacheSecurityGroup",
"c2jName" : "CacheSecurityGroup",
"c2jShape" : "CacheSecurityGroup",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "cacheSecurityGroup",
"fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cacheSecurityGroup",
"getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.",
"getterModel" : {
"returnType" : "CacheSecurityGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CacheSecurityGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CacheSecurityGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CacheSecurityGroup",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.",
"setterMethodName" : "setCacheSecurityGroup",
"setterModel" : {
"variableDeclarationType" : "CacheSecurityGroup",
"variableName" : "cacheSecurityGroup",
"variableType" : "CacheSecurityGroup",
"documentation" : null,
"simpleType" : "CacheSecurityGroup",
"variableSetterType" : "CacheSecurityGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CacheSecurityGroup",
"variableName" : "cacheSecurityGroup",
"variableType" : "CacheSecurityGroup",
"documentation" : "",
"simpleType" : "CacheSecurityGroup",
"variableSetterType" : "CacheSecurityGroup"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AuthorizeCacheSecurityGroupIngressResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "AuthorizeCacheSecurityGroupIngressResult"
},
"variable" : {
"variableDeclarationType" : "AuthorizeCacheSecurityGroupIngressResponse",
"variableName" : "authorizeCacheSecurityGroupIngressResponse",
"variableType" : "AuthorizeCacheSecurityGroupIngressResponse",
"documentation" : null,
"simpleType" : "AuthorizeCacheSecurityGroupIngressResponse",
"variableSetterType" : "AuthorizeCacheSecurityGroupIngressResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AutomaticFailoverStatus" : {
"c2jName" : "AutomaticFailoverStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "ENABLED",
"value" : "enabled"
}, {
"name" : "DISABLED",
"value" : "disabled"
}, {
"name" : "ENABLING",
"value" : "enabling"
}, {
"name" : "DISABLING",
"value" : "disabling"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AutomaticFailoverStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AutomaticFailoverStatus",
"variableName" : "automaticFailoverStatus",
"variableType" : "AutomaticFailoverStatus",
"documentation" : null,
"simpleType" : "AutomaticFailoverStatus",
"variableSetterType" : "AutomaticFailoverStatus"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AvailabilityZone" : {
"c2jName" : "AvailabilityZone",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes an Availability Zone in which the cluster is launched.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the Availability Zone.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the Availability Zone.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the Availability Zone.
\n@param name The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the Availability Zone.
\n@return The name of the Availability Zone.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the Availability Zone.
\n@param name The name of the Availability Zone.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the Availability Zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the Availability Zone.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the Availability Zone.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the Availability Zone.
\n@param name The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the Availability Zone.
\n@return The name of the Availability Zone.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the Availability Zone.
\n@param name The name of the Availability Zone.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the Availability Zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the Availability Zone.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the Availability Zone.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the Availability Zone.
\n@param name The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the Availability Zone.
\n@return The name of the Availability Zone.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the Availability Zone.
\n@param name The name of the Availability Zone.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the Availability Zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AvailabilityZone",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AvailabilityZone",
"variableName" : "availabilityZone",
"variableType" : "AvailabilityZone",
"documentation" : null,
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"wrapper" : true,
"xmlNamespace" : null
},
"BatchApplyUpdateActionRequest" : {
"c2jName" : "BatchApplyUpdateActionMessage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "BatchApplyUpdateAction",
"locationName" : null,
"requestUri" : "/",
"target" : "BatchApplyUpdateAction",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getReplicationGroupIds",
"beanStyleSetterMethodName" : "setReplicationGroupIds",
"c2jName" : "ReplicationGroupIds",
"c2jShape" : "ReplicationGroupIdList",
"defaultConsumerFluentSetterDocumentation" : "The replication group IDs
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupIds(List)}.\n@param replicationGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupIds(List)",
"deprecated" : false,
"documentation" : "The replication group IDs
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replicationGroupIds",
"fluentSetterDocumentation" : "The replication group IDs
\n@param replicationGroupIds The replication group IDs\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationGroupIds",
"getterDocumentation" : "The replication group IDs
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The replication group IDs",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationGroupIds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationGroupIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ReplicationGroupIds",
"sensitive" : false,
"setterDocumentation" : "The replication group IDs
\n@param replicationGroupIds The replication group IDs",
"setterMethodName" : "setReplicationGroupIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationGroupIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationGroupIds",
"variableType" : "java.util.List",
"documentation" : "The replication group IDs
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCacheClusterIds",
"beanStyleSetterMethodName" : "setCacheClusterIds",
"c2jName" : "CacheClusterIds",
"c2jShape" : "CacheClusterIdList",
"defaultConsumerFluentSetterDocumentation" : "The cache cluster IDs
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterIds(List)}.\n@param cacheClusterIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterIds(List)",
"deprecated" : false,
"documentation" : "The cache cluster IDs
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "cacheClusterIds",
"fluentSetterDocumentation" : "The cache cluster IDs
\n@param cacheClusterIds The cache cluster IDs\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cacheClusterIds",
"getterDocumentation" : "The cache cluster IDs
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The cache cluster IDs",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CacheClusterIds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CacheClusterIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CacheClusterIds",
"sensitive" : false,
"setterDocumentation" : "The cache cluster IDs
\n@param cacheClusterIds The cache cluster IDs",
"setterMethodName" : "setCacheClusterIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cacheClusterIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cacheClusterIds",
"variableType" : "java.util.List",
"documentation" : "The cache cluster IDs
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServiceUpdateName",
"beanStyleSetterMethodName" : "setServiceUpdateName",
"c2jName" : "ServiceUpdateName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The unique ID of the service update
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)",
"deprecated" : false,
"documentation" : "The unique ID of the service update
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceUpdateName",
"fluentSetterDocumentation" : "The unique ID of the service update
\n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceUpdateName",
"getterDocumentation" : "The unique ID of the service update
\n@return The unique ID of the service update",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServiceUpdateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServiceUpdateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceUpdateName",
"sensitive" : false,
"setterDocumentation" : "The unique ID of the service update
\n@param serviceUpdateName The unique ID of the service update",
"setterMethodName" : "setServiceUpdateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceUpdateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceUpdateName",
"variableType" : "String",
"documentation" : "The unique ID of the service update
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CacheClusterIds" : {
"beanStyleGetterMethodName" : "getCacheClusterIds",
"beanStyleSetterMethodName" : "setCacheClusterIds",
"c2jName" : "CacheClusterIds",
"c2jShape" : "CacheClusterIdList",
"defaultConsumerFluentSetterDocumentation" : "The cache cluster IDs
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterIds(List)}.\n@param cacheClusterIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterIds(List)",
"deprecated" : false,
"documentation" : "The cache cluster IDs
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "cacheClusterIds",
"fluentSetterDocumentation" : "The cache cluster IDs
\n@param cacheClusterIds The cache cluster IDs\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cacheClusterIds",
"getterDocumentation" : "The cache cluster IDs
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The cache cluster IDs",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CacheClusterIds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CacheClusterIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CacheClusterIds",
"sensitive" : false,
"setterDocumentation" : "The cache cluster IDs
\n@param cacheClusterIds The cache cluster IDs",
"setterMethodName" : "setCacheClusterIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cacheClusterIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cacheClusterIds",
"variableType" : "java.util.List",
"documentation" : "The cache cluster IDs
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ReplicationGroupIds" : {
"beanStyleGetterMethodName" : "getReplicationGroupIds",
"beanStyleSetterMethodName" : "setReplicationGroupIds",
"c2jName" : "ReplicationGroupIds",
"c2jShape" : "ReplicationGroupIdList",
"defaultConsumerFluentSetterDocumentation" : "The replication group IDs
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupIds(List)}.\n@param replicationGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupIds(List)",
"deprecated" : false,
"documentation" : "The replication group IDs
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replicationGroupIds",
"fluentSetterDocumentation" : "The replication group IDs
\n@param replicationGroupIds The replication group IDs\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationGroupIds",
"getterDocumentation" : "The replication group IDs
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The replication group IDs",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationGroupIds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationGroupIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ReplicationGroupIds",
"sensitive" : false,
"setterDocumentation" : "The replication group IDs
\n@param replicationGroupIds The replication group IDs",
"setterMethodName" : "setReplicationGroupIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationGroupIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationGroupIds",
"variableType" : "java.util.List",
"documentation" : "The replication group IDs
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ServiceUpdateName" : {
"beanStyleGetterMethodName" : "getServiceUpdateName",
"beanStyleSetterMethodName" : "setServiceUpdateName",
"c2jName" : "ServiceUpdateName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The unique ID of the service update
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)",
"deprecated" : false,
"documentation" : "The unique ID of the service update
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceUpdateName",
"fluentSetterDocumentation" : "The unique ID of the service update
\n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceUpdateName",
"getterDocumentation" : "The unique ID of the service update
\n@return The unique ID of the service update",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServiceUpdateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServiceUpdateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceUpdateName",
"sensitive" : false,
"setterDocumentation" : "The unique ID of the service update
\n@param serviceUpdateName The unique ID of the service update",
"setterMethodName" : "setServiceUpdateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceUpdateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceUpdateName",
"variableType" : "String",
"documentation" : "The unique ID of the service update
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getReplicationGroupIds",
"beanStyleSetterMethodName" : "setReplicationGroupIds",
"c2jName" : "ReplicationGroupIds",
"c2jShape" : "ReplicationGroupIdList",
"defaultConsumerFluentSetterDocumentation" : "The replication group IDs
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupIds(List)}.\n@param replicationGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupIds(List)",
"deprecated" : false,
"documentation" : "The replication group IDs
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "replicationGroupIds",
"fluentSetterDocumentation" : "The replication group IDs
\n@param replicationGroupIds The replication group IDs\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "replicationGroupIds",
"getterDocumentation" : "The replication group IDs
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The replication group IDs",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReplicationGroupIds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReplicationGroupIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ReplicationGroupIds",
"sensitive" : false,
"setterDocumentation" : "The replication group IDs
\n@param replicationGroupIds The replication group IDs",
"setterMethodName" : "setReplicationGroupIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationGroupIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "replicationGroupIds",
"variableType" : "java.util.List",
"documentation" : "The replication group IDs
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCacheClusterIds",
"beanStyleSetterMethodName" : "setCacheClusterIds",
"c2jName" : "CacheClusterIds",
"c2jShape" : "CacheClusterIdList",
"defaultConsumerFluentSetterDocumentation" : "The cache cluster IDs
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterIds(List)}.\n@param cacheClusterIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterIds(List)",
"deprecated" : false,
"documentation" : "The cache cluster IDs
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "cacheClusterIds",
"fluentSetterDocumentation" : "The cache cluster IDs
\n@param cacheClusterIds The cache cluster IDs\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cacheClusterIds",
"getterDocumentation" : "The cache cluster IDs
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The cache cluster IDs",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CacheClusterIds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CacheClusterIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CacheClusterIds",
"sensitive" : false,
"setterDocumentation" : "The cache cluster IDs
\n@param cacheClusterIds The cache cluster IDs",
"setterMethodName" : "setCacheClusterIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cacheClusterIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cacheClusterIds",
"variableType" : "java.util.List",
"documentation" : "The cache cluster IDs
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServiceUpdateName",
"beanStyleSetterMethodName" : "setServiceUpdateName",
"c2jName" : "ServiceUpdateName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The unique ID of the service update
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)",
"deprecated" : false,
"documentation" : "The unique ID of the service update
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceUpdateName",
"fluentSetterDocumentation" : "The unique ID of the service update
\n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceUpdateName",
"getterDocumentation" : "The unique ID of the service update
\n@return The unique ID of the service update",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServiceUpdateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServiceUpdateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceUpdateName",
"sensitive" : false,
"setterDocumentation" : "The unique ID of the service update
\n@param serviceUpdateName The unique ID of the service update",
"setterMethodName" : "setServiceUpdateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceUpdateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceUpdateName",
"variableType" : "String",
"documentation" : "The unique ID of the service update
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ServiceUpdateName" ],
"shapeName" : "BatchApplyUpdateActionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchApplyUpdateActionRequest",
"variableName" : "batchApplyUpdateActionRequest",
"variableType" : "BatchApplyUpdateActionRequest",
"documentation" : null,
"simpleType" : "BatchApplyUpdateActionRequest",
"variableSetterType" : "BatchApplyUpdateActionRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchApplyUpdateActionResponse" : {
"c2jName" : "UpdateActionResultsMessage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getProcessedUpdateActions",
"beanStyleSetterMethodName" : "setProcessedUpdateActions",
"c2jName" : "ProcessedUpdateActions",
"c2jShape" : "ProcessedUpdateActionList",
"defaultConsumerFluentSetterDocumentation" : "Update actions that have been processed successfully
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #processedUpdateActions(List)}.\n@param processedUpdateActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #processedUpdateActions(List)",
"deprecated" : false,
"documentation" : "Update actions that have been processed successfully
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "processedUpdateActions",
"fluentSetterDocumentation" : "Update actions that have been processed successfully
\n@param processedUpdateActions Update actions that have been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "processedUpdateActions",
"getterDocumentation" : "Update actions that have been processed successfully
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Update actions that have been processed successfully",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProcessedUpdateActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProcessedUpdateActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ProcessedUpdateAction",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ProcessedUpdateAction.Builder} avoiding the need to create one manually via {@link ProcessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProcessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(ProcessedUpdateAction)}.\n@param member a consumer that will call methods on {@link ProcessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ProcessedUpdateAction)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ProcessedUpdateAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProcessedUpdateAction",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProcessedUpdateAction",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ProcessedUpdateAction",
"variableName" : "member",
"variableType" : "ProcessedUpdateAction",
"documentation" : null,
"simpleType" : "ProcessedUpdateAction",
"variableSetterType" : "ProcessedUpdateAction"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ProcessedUpdateAction",
"variableName" : "member",
"variableType" : "ProcessedUpdateAction",
"documentation" : "",
"simpleType" : "ProcessedUpdateAction",
"variableSetterType" : "ProcessedUpdateAction"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ProcessedUpdateAction",
"memberType" : "ProcessedUpdateAction",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ProcessedUpdateAction",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ProcessedUpdateActions",
"sensitive" : false,
"setterDocumentation" : "Update actions that have been processed successfully
\n@param processedUpdateActions Update actions that have been processed successfully",
"setterMethodName" : "setProcessedUpdateActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "processedUpdateActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "processedUpdateActions",
"variableType" : "java.util.List",
"documentation" : "Update actions that have been processed successfully
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUnprocessedUpdateActions",
"beanStyleSetterMethodName" : "setUnprocessedUpdateActions",
"c2jName" : "UnprocessedUpdateActions",
"c2jShape" : "UnprocessedUpdateActionList",
"defaultConsumerFluentSetterDocumentation" : "Update actions that haven't been processed successfully
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #unprocessedUpdateActions(List)}.\n@param unprocessedUpdateActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unprocessedUpdateActions(List)",
"deprecated" : false,
"documentation" : "Update actions that haven't been processed successfully
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "unprocessedUpdateActions",
"fluentSetterDocumentation" : "Update actions that haven't been processed successfully
\n@param unprocessedUpdateActions Update actions that haven't been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "unprocessedUpdateActions",
"getterDocumentation" : "Update actions that haven't been processed successfully
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Update actions that haven't been processed successfully",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UnprocessedUpdateActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "UnprocessedUpdateActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "UnprocessedUpdateAction",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UnprocessedUpdateAction.Builder} avoiding the need to create one manually via {@link UnprocessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link UnprocessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(UnprocessedUpdateAction)}.\n@param member a consumer that will call methods on {@link UnprocessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UnprocessedUpdateAction)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "UnprocessedUpdateAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UnprocessedUpdateAction",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "UnprocessedUpdateAction",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "UnprocessedUpdateAction",
"variableName" : "member",
"variableType" : "UnprocessedUpdateAction",
"documentation" : null,
"simpleType" : "UnprocessedUpdateAction",
"variableSetterType" : "UnprocessedUpdateAction"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "UnprocessedUpdateAction",
"variableName" : "member",
"variableType" : "UnprocessedUpdateAction",
"documentation" : "",
"simpleType" : "UnprocessedUpdateAction",
"variableSetterType" : "UnprocessedUpdateAction"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : "UnprocessedUpdateAction",
"memberType" : "UnprocessedUpdateAction",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "UnprocessedUpdateAction",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "UnprocessedUpdateActions",
"sensitive" : false,
"setterDocumentation" : "Update actions that haven't been processed successfully
\n@param unprocessedUpdateActions Update actions that haven't been processed successfully",
"setterMethodName" : "setUnprocessedUpdateActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unprocessedUpdateActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unprocessedUpdateActions",
"variableType" : "java.util.List",
"documentation" : "Update actions that haven't been processed successfully
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ProcessedUpdateActions" : {
"beanStyleGetterMethodName" : "getProcessedUpdateActions",
"beanStyleSetterMethodName" : "setProcessedUpdateActions",
"c2jName" : "ProcessedUpdateActions",
"c2jShape" : "ProcessedUpdateActionList",
"defaultConsumerFluentSetterDocumentation" : "Update actions that have been processed successfully
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #processedUpdateActions(List)}.\n@param processedUpdateActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #processedUpdateActions(List)",
"deprecated" : false,
"documentation" : "Update actions that have been processed successfully
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "processedUpdateActions",
"fluentSetterDocumentation" : "Update actions that have been processed successfully
\n@param processedUpdateActions Update actions that have been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "processedUpdateActions",
"getterDocumentation" : "Update actions that have been processed successfully
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Update actions that have been processed successfully",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProcessedUpdateActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProcessedUpdateActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ProcessedUpdateAction",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ProcessedUpdateAction.Builder} avoiding the need to create one manually via {@link ProcessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProcessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(ProcessedUpdateAction)}.\n@param member a consumer that will call methods on {@link ProcessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ProcessedUpdateAction)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ProcessedUpdateAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProcessedUpdateAction",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProcessedUpdateAction",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ProcessedUpdateAction",
"variableName" : "member",
"variableType" : "ProcessedUpdateAction",
"documentation" : null,
"simpleType" : "ProcessedUpdateAction",
"variableSetterType" : "ProcessedUpdateAction"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ProcessedUpdateAction",
"variableName" : "member",
"variableType" : "ProcessedUpdateAction",
"documentation" : "",
"simpleType" : "ProcessedUpdateAction",
"variableSetterType" : "ProcessedUpdateAction"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ProcessedUpdateAction",
"memberType" : "ProcessedUpdateAction",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ProcessedUpdateAction",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ProcessedUpdateActions",
"sensitive" : false,
"setterDocumentation" : "Update actions that have been processed successfully
\n@param processedUpdateActions Update actions that have been processed successfully",
"setterMethodName" : "setProcessedUpdateActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "processedUpdateActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection